Deeplearning Seminar
Deeplearning Seminar
-INDHUMATHI V
BE(CSE) 3 rd YEAR
Autoencoder Architecture
Autoencoders consist of two main components: an encoder and a decoder. The encoder
compresses the input data into a lower-dimensional representation, while the decoder
reconstructs the original data from the compressed representation.
Encoder Decoder
The encoder maps the input data to a lower- The decoder reconstructs the input data from
dimensional latent space. the latent space representation.
Encoder and Decoder Components
Both the encoder and decoder are typically composed of multiple layers of neurons,
with each layer learning to extract different features from the input data.
Convolutional Variational
Autoencoders Autoencoders
Denoising
Sparse Autoencoders Autoencoders
Encourage sparse Learn to reconstruct the
representations in the original data from noisy
latent space. inputs.
Applications of
Autoencoders
Autoencoders have a wide range of applications in diverse fields.
1 Overfitting 2 Limited
Can memorize the
Expressivenes
s
May struggle to
training data, leading
to poor capture complex
generalization. relationships in data.
3 Computational Cost
Can be computationally expensive to train,
especially with large datasets.
THANKYOU