Skip to content
/ gan Public

A simple GAN implementation, trained to write digits on the MNIST dataset.

Notifications You must be signed in to change notification settings

bdura/gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing digits with a GAN

This is merely a jupyter notebook transcription of O'Reilly's course on the subject.

Working with TensorFlow 1.4, I've added some lines to prevent TF from crashing (because of the renew argument).

The idea is to train a generative adversarial network (GAN) to write convincing digits.

About

A simple GAN implementation, trained to write digits on the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published