Autoencoders

An Autoencoder (AE) is a Neural Network that can be trained in an Unsupervised fashion (basically Self Supervised). In an AE the Output values are equal to the Inputs. Autoencoders are used to reduce the size of a set of inputs, by generating a more compact representation. The AE consists of an Encoder that compress the data and a Decoder that reconstruct the data from this compressed representation.

Last updated