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.