Skip to content

yatharthrajput/Handwritten-Digits-Generation_DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten-Digits-Generation

A DCGAN model (Deep Convolutional GAN)to generate some handwritten digits trained on the MNIST dataset(70,000).

About

GANs consist of two neural networks, A generator and a discriminator, playing a game of cat and mouse. The generator creates new data from by drawing from and manipulating a noise distribution, while the discriminator distinguishes between generated and real data drawn from a target distribution. Through this adversarial process, the generator learns to produce structurally realistic images, and the discriminator learns to distinguish real vs. fake, until the latter can no longer make confident distinctions.

Modules Used:

1.) Numpy
2.) Matplotlib
3.) Tensorflow
4.) Keras

Optimizer Used:

Adam Optimizer:
It is a stochastic gradient descent method that is based on adaptive estimation of first-order and second-order moments.

Loss Function

Loss Funtion:Binary CrossEntropy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published