Autoencoder Feature Extraction for Classification - MachineLearningMastery.com

Autoencoder is a type of neural network that can be used to learn a compressed representation of raw data. An autoencoder is composed of an encoder and a decoder sub-models. The encoder compresses ...

By · · 1 min read
Autoencoder Feature Extraction for Classification - MachineLearningMastery.com

Source: MachineLearningMastery.com

Autoencoder is a type of neural network that can be used to learn a compressed representation of raw data. An autoencoder is composed of an encoder and a decoder sub-models. The encoder compresses the input and the decoder attempts to recreate the input from the compressed version provided by the encoder. After training, the encoder […]