wangz10 / Generative-Models

Tutorial on deep generative models with experiments on MNIST

Home Page:https://nbviewer.jupyter.org/github/wangz10/Generative-Models/blob/master/Main.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lecture on Generative Models

Getting started

  1. Run the Jupyter Notebook Server

The Jupyter notebook server can be started through the Docker image jupyter/tensorflow-notebook by running the shell script:

$ ./run_docker.sh
  1. Train the Deep Generative Models

GPU is not required to train these model because of the small dataset size and relatively small neural networks. Training of the models can be done by running the Train_VAE_on_MNIST.ipynb and Train_BiGAN_on_MNIST.ipynb notebooks.

  1. Run the Main Tutorial

References

About

Tutorial on deep generative models with experiments on MNIST

https://nbviewer.jupyter.org/github/wangz10/Generative-Models/blob/master/Main.ipynb

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%Language:Shell 0.0%