mlatoz

Auto Encoders

Auto Encoders

Supervised Artificial Neural Networks Used for Regression & Classification
Convolutional Neural Networks Used for Computer Vision
Recurrent Neural Networks Used for Time Series Analysis


Unsupervised Self-Organizing Maps Used for Feature Detection
Deep Boltzmann Machines Used for Recommendation Systems
AutoEncoders Used for Recommendation Systems

Visual Representation of a Auto Encoder:

Auto Encoder



Uses:

  1. They can be used for feature detection.
  2. They can also be used to build powerful recommender systems
  3. They are used for encoding, basically.

Additional Reading

Neural Networks Are Impressively Good At Compression

By Malte Skarupke (2016)

Neural Networks Are Impressively Good At Compression

Neural Networks Are Impressively Good At Compression - Malte Skarupke


Training an Auto Encoder

Algorithm:


Additional Reading

Building Autoencoders in Keras

By Francois Chollet (2016)

Building Autoencoders in Keras

Building Autoencoders in Keras - Francois Chollet


Sparse Autoencoders

   Sparse Autoencoder


Additional Reading

Deep Learning Tutorial - Sparse Autoencoder

By Chris McCormick (2014)

Deep Learning Tutorial - Sparse Autoencoder

Deep Learning Tutorial - Sparse Autoencoder - Chris McCormick


Additional Reading

Deep Learning Tutorial: Sparse Autoencoders

By Eric Wilkinson (2014)

Deep Learning Tutorial: Sparse Autoencoders

Deep Learning Tutorial: Sparse Autoencoders - Eric Wilkinson


Additional Reading

k-Sparse Autoencoders

By Alireza Makhzani et al. (2014)

k-Sparse Autoencoders

k-Sparse Autoencoders - Alireza Makhzani


Denoising Autoencoders


Additional Reading

Extracting and Composing Robust Features with Denoising Autoencoders

By Pascal Vincent et al. (2008)

Extracting and Composing Robust Features with Denoising Autoencoders

Extracting and Composing Robust Features with Denoising Autoencoders - Pascal Vincent


Contractive Autoencoders

   Sparse Autoencoder


Additional Reading

Contractive Auto-Encoders: Explicit Invariance During Feature Extraction

By Salah Rifai et al. (2011)

Contractive Auto-Encoders: Explicit Invariance During Feature Extraction

Contractive Auto-Encoders: Explicit Invariance During Feature Extraction - Salah Rifai


Stacked Autoencoders

Stacked Autoencoders


Additional Reading

Stacked Denoising Autoencoders: Learning Useful Representations in a Deep Network with a Local Denoising Criterion

By Pascal Vincent et al. (2010)

Stacked Denoising Autoencoders: Learning Useful Representations in a Deep Network with a Local Denoising Criterion

Stacked Denoising Autoencoders - Pascal Vincent


Deep Autoencoders

   Deep Autoencoders


Additional Reading

Reducing the Dimensionality of Data with Neural Networks

By Geoffrey Hinton et al. (2006)

Reducing the Dimensionality of Data with Neural Networks

Reducing the Dimensionality of Data with Neural Networks - Pascal Vincent


«Previous