Skip to content

Implementation of Generative Adversarial Network (GAN) in keras

License

Notifications You must be signed in to change notification settings

fcchou/gan_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN Models

Implementation of Generative Adversarial Network (GAN) with keras. With applications on MNIST and Yelp photo generation.

This repo implements the algorithms described in the following 3 papers:

See the examples folder for how to apply the model on MNIST and Yelp photos.

Yelp Photo Results

Real photos

alt text

Generated fake photos (with DCGAN architecture + Improved WGAN training)

alt text

MNIST Results

Original DCGAN

alt text

MLP + Improved WGAN

alt text

About

Implementation of Generative Adversarial Network (GAN) in keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages