December 2018
Intermediate to advanced
764 pages
18h 18m
English
Autoencoder is a neural network architecture that is often associated with unsupervised learning, dimensionality reduction, and data compression. Autoencoders learn to produce the same output as given to the input layer by using lesser number of neurons in the hidden layers. This allows hidden layers to learn the features of input with lesser number of parameters. This process of using lesser number of neurons to learn the features of the input data, in turn, reduces the dimensionality of the input dataset.
An autoencoder architecture has two stages: encoder and decoder. In the encoder stage, the model learns to represent the input to a compressed vector with lesser dimensions, and in the decoder stage, ...
Read now
Unlock full access