Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 366 Bytes

Basic VAE Example

This is an improved implementation of the paper Stochastic Gradient VB and the Variational Auto-Encoder by Kingma and Welling. It uses ReLUs and the adam optimizer, instead of sigmoids and adagrad. These changes make the network converge much faster.

pip install -r requirements.txt
python main.py