Autoencoder
Articles
Tutorials
- http://deeplearning.net/tutorial/dA.html
- http://ufldl.stanford.edu/tutorial/unsupervised/Autoencoders/
- Building Autoencoders in Keras
- JAAN ALTOSAAR: Tutorial - What is a variational autoencoder?
Variations
Variational Autoencoder
Masked autoencoder
Denoising autoencoders
The idea behind denoising autoencoders is simple. In order to force the hidden layer to discover more robust features and prevent it from simply learning the identity, we train the autoencoder to reconstruct the input from a corrupted version of it.