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

https://github.com/ekzhang/vae-cnn-mnist

Conditional variational autoencoder applied to EMNIST + an interactive demo to explore the latent space.
https://github.com/ekzhang/vae-cnn-mnist

keras mnist variational-autoencoder

Last synced: 3 months ago
JSON representation

Conditional variational autoencoder applied to EMNIST + an interactive demo to explore the latent space.

Awesome Lists containing this project

README

        

# Variational Autoencoder for MNIST digits

![Sample](sample.png)

## Architecture

### Encoder
![Encoder](vae_cnn_encoder.png)

### Decoder
![Decoder](vae_cnn_decoder.png)

### VAE
![VAE](vae_cnn.png)