Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 360 Bytes

autoencoders

Implementation of several different types of autoencoders in Theano.

  • da.py: Denoising Autoencoder implementation.
  • ca.py: Contractive Autoencoder implementation.
  • sa.py: Sparse Autoencoder implementation.
  • autoencoder.py: Base class for other autoencoder types and basic implementation of a linear autoencoder.