/Variational-Autoencoder

Notebooks with examples using variational autoencoders.

Primary LanguageJupyter Notebook

Variational Autoencoder

In order to use the code on this repository, install the dependencies using conda:

  • conda env create -f environment.yml

  • source activate VAE_env

To put this environtmen on your jupyter notebook environment you need to type the following comands:

  • conda install jupyter

  • conda install nb_conda

  • conda install ipykernel

  • python -m ipykernel install --user --name VAE_env


Examples using a (Beta-)Variational autoencoder.