Conceptual

Autoencoders in Deep Learning

A neural network trained to reproduce its own input by passing it through a low-dimensional bottleneck, forcing the network to learn a compressed latent representation. The encoder maps data to the latent space and the decoder reconstructs it, making autoencoders a standard tool for dimensionality reduction, denoising and learned generative surrogates.