Skip to content
/ GAN Public

Using Generative Adversarial Networks (GAN) to generate MNIST image data.

Notifications You must be signed in to change notification settings

TejasNaikk/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GAN

In this project, I use Generative Adversarial Networks (GAN) to generate MNIST image data.

In a GAN, one neural network, called the generator, generates new data instances, while the other, the discriminator, evaluates them for authenticity; i.e. the discriminator decides whether each instance of data it reviews belongs to the actual training dataset or not.

Dataset Details:

MNIST data:

Training images: 60,000 Test images: 10,000

About

Using Generative Adversarial Networks (GAN) to generate MNIST image data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published