Skip to content
/ vae Public
forked from jilljenn/vae

Variational Autoencoder using ZhuSuan

Notifications You must be signed in to change notification settings

seanxu1015/vae

 
 

Repository files navigation

Variational Autoencoder

Deep version of MIRT.
Provides higher likelihood than Metropolis-Hastings Robbins-Monro algorithm developed by Cai (2010) and implemented in the mirt package (Chalmers, 2016).

Usage

python3 -m venv venv
pip install -r requirements.txt
python vae.py

About

Variational Autoencoder using ZhuSuan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%