YiQuanYuan / how_to_generate_images_with_tensorflow_LIVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how_to_generate_images_with_tensorflow_LIVE

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Deep Learning Nanodegree with Udacity. We're going to build a variational autoencoder that generates MNIST digits after training on them. We could extend the code to generate any type of image, just replace the training data with your choice of dataset.

Dependencies

  • tensorflow
  • numpy

Usage

Run jupyter notebook in temrinal and the code will appear in the browser

Install jupyter here

Credits

Credits go to bluebelmont. I've merely created a wrapper to get people started.

About


Languages

Language:Jupyter Notebook 100.0%