nahumsa / Variational-Autoencoder

Notebooks with examples using variational autoencoders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Notebooks with examples using variational autoencoders.


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%