Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lyeoni/keras-mnist-vae


https://github.com/lyeoni/keras-mnist-vae

autoencoder deep-learning generative-model keras mnist vae

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# keras-mnist-VAE
Variational AutoEncoder on the MNIST data set using the keras API

## Dependencies
- keras
- tensorflow
- numpy
- scipy
- matplotlib

## Results
- Distribution of labeled data

![alt text](https://github.com/lyeoni/keras-mnist-VAE/blob/master/samples/digits_latent_space.png)

- Learned MNIST manifold (2-D latent space)

![alt text](https://github.com/lyeoni/keras-mnist-VAE/blob/master/samples/manifold.png)

## Reference
1. Auto-Encoding Variational Bayes (paper):
https://arxiv.org/abs/1312.6114
2. Building Autoencoders in Keras (document):
https://blog.keras.io/building-autoencoders-in-keras.html
3. hwalsuklee/tensorflow-mnist-VAE (github):
https://github.com/hwalsuklee/tensorflow-mnist-VAE/