An open API service indexing awesome lists of open source software.

https://github.com/au-re/vae

:mortar_board: A simple variational autoencoder implementation
https://github.com/au-re/vae

deep-learning machine-learning tensorflow

Last synced: 2 months ago
JSON representation

:mortar_board: A simple variational autoencoder implementation

Awesome Lists containing this project

README

          

# vae
A variational autoencoder implementation. You will need tensorflow for python 3.5
installed. Then run it with:

```
python run_batches.py
```

Reconstructing the MNIST dataset:

![example reconstruction](/sample_reconstruction.png)