This is the code for this video by Siraj Raval on Youtube for the Intro to Deep Learning Nanodegree course with Udacity. We're going to build a Generative Adversarial Network capable of generating images using the MNIST handwritten character dataset as training data.
- tensorflow
Run jupyter notebook
in terminal and the code will pop up in the browser
Credits for the code go to jonbruner. I've merely created a wrapper to get people started.