├── README.md └── Variational_Autoencoder.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # VariationalAutoencoder 2 | An IPython notebook explaining the concepts of Variational Autoencoders and building one using Keras to generate new faces. Recommended to use Google Colab for running the notebook. 3 | --------------------------------------------------------------------------------