Skip to content

EricSciullo/MNIST-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

MNIST-GAN

The below images of digits are generated by an Auxiliary Classifier Generative Adversarial Network (AC-GAN) using the MNIST data set.

There is a generator network that takes in random noise and a class label (0-9), and generates an appropriate image.

Generator model structure



There is a discriminator network that takes an image as input and decides whether it is real or fake and also tries to predict which digit it is.

Discriminator model structure





These networks trade off loss on one another so when the discriminator is good at determining class labels, the generator will have to make images more like those in the MNIST set. When the generator gets good at creating images that look like ones in the MNIST set, the discriminator will have to be more careful about which class label/digit to choose.


About

GAN that creates fake MNIST images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published