/drp_spring_2017

TensorFlow implementations of two popular generative models - GAN and VAE

Primary LanguageJupyter Notebook

Deep Generative Models for Natural Images

Created by Adam Anderson with help from Matt Whiteway

This repository contains TensorFlow implementations of two popular neural network models for image generation: Generative Adversarial Networks and Variational Autoencoders. The code is written to generate images from the MNIST dataset, but it could in theory be applied to other image generation problems for single-channel images.

GAN

VAE

References