What is: AutoEncoder?
Source | Reducing the Dimensionality of Data with Neural Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
An Autoencoder is a bottleneck architecture that turns a high-dimensional input into a latent low-dimensional code (encoder), and then performs a reconstruction of the input with this latent code (the decoder).
Image: Michael Massi