Skip to content

jefio/autoencoder-explore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autoencoder-explore

Fit autoencoders on the MNIST dataset and plot properties of the learned models.

Dependencies

Python 3.5, Keras 2.0.6, Numpy, Pandas, and Matplotlib.

Examples

Fit a simple autoencoder

python fitplot.py --folder ~/plot_ae --reg-activity-method l2 --reg-activity-coefs 1e-5

Fit a variational autoencoder

python fitplot.py --folder ~/plot_vae --vae 1 --reg-activity-method vae --reg-activity-coefs 0.1

About

Train autoencoders and plot the results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages