Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 383 Bytes

Yet another variational autoencoder implementation

Implementation in tensorflow which follows the paper Auto-Encoding Variational Bayes by Kingma and Welling to check whether it really works. Just run the script with

python vae.py

and it should produce an output similar to this: Example output of the variational autoencoder