Skip to content

🛠 GAN Neural Network in Python tested with MNIST datasets

Notifications You must be signed in to change notification settings

pparuzel/Generative-Adversarial-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative-Adversarial-Network

GAN Neural Network in Python 3.7 tested on MNIST datasets.

The generator creates images trying to trick the discriminator (human or the other net) into thinking that the generated image is real.

Works on Tensorflow 1.13.x and 2.0.0-alpha.

Flowchart

gan-flowchart

Generated samples by GAN

MNIST

generated-mnist

Fashion MNIST

generated-fmnist

About

🛠 GAN Neural Network in Python tested with MNIST datasets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages