wilber-guy / GANs

Various Generative Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGANs

Deep Convolutional Generative Adversarial Networks

We start out by having the Generator use random noise, then update the weights throughout trainning.

noise

Both the Discriminator and Generator are updated using different loss functions. The original algorithim by Ian Goodfellow can be seen here

GAN's

After just 4000 epochs you can see the generator learned the features that make up the MNIST numbers.

it learned!

About

Various Generative Models


Languages

Language:Python 100.0%