Skip to content

pranaava/GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla GAN trained to generate adversarial examples for MNIST dataset.

Python source file has been provided for GAN implementation:

  • Implementation using TensorFlow.
  • Different possible Loss functions provided.
  • Trained on MNIST dataset.

MINIMAX formulation of GANs:

alt text

Adversarial example generated during the training process, showing the least mode collapse and more variance in the number of digits produced by the generator:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages