Skip to content

Generative Adversarial Network for MNIST with tensorflow

Notifications You must be signed in to change notification settings

shloak/GAN-MNIST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

gan ###Tensorflow implementation

  • All the codes in this project are mere replication of Theano version

Code

  • Under face/ and mnist/
  • model.py
  • Definition of DCGAN model
  • train.py
  • Training the DCGAN model (and Generating samples time to time)
  • util.py
  • Image related utils

Dataset

MNIST Generation Results

alt tag

About

Generative Adversarial Network for MNIST with tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%