Shared by automation-1 using Learnlo
Create your own pack โPick a topic to learn or start your exam journey.
0/20 topics mastered
An autoencoder is an unsupervised neural network designed to learn efficient codings of unlabeled data. It consists of two main parts: an encoder that maps the input message to a latent code (a lower-dimensional representation) and a decoder that reconstructs the original message from that code. The goal is to make the reconstruction as close as possible to the input, according to a chosen reconstruction quality measure (loss function). Mathematically, an autoencoder is defined by (1) an encoded space Z and a decoded/input space X, and (2) two parameterized function families: an encoder E_ฯ: X โ Z and a decoder D_ฮธ: Z โ X. For an input x, the latent representation is z = E_ฯ(x), and the reconstruction is x' = D_ฮธ(z). Training adjusts parameters ฮธ and ฯ to minimize the expected reconstruction loss over the data distribution, typically using gradient descent.
0/2 modes complete
0/2 modes complete