Skip to content

Variational Autoencoder implementation in tensorflow using prettytensor.

Notifications You must be signed in to change notification settings

saharudra/variational-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational Auto-Encoder for MNIST

An implementation of Variational Autoencoder as introduced in Auto-Encoding Variational Bayes by Kingma et.al.

Input image Reconstructed image Generated image

The results can be reproduced by running the following command:

python3 vae_elbo/run_vae_model.py

Requirements

python 3.4.3
tensorflow 1.1.0
prettytensor 0.7.4

About

Variational Autoencoder implementation in tensorflow using prettytensor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages