Autoencoder Explained - Deep Neural Networks

preview_player
Показать описание
#datascience #machinelearning #neuralnetworks

An autoencoder is a neural network that learns to copy its input to its output

An Autoencoder can be divided into two parts: the encoder and the decoder. The encoder is a mapping from the input space into a lower dimensional latent space (bottle neck layer).

At this stage it is nothing but low dimensional representations of data in an unsupervised manner

And what is does here is nothing but dimenstionality reduction similar to what PCA does

the potential of Autoencoders resides in their non-linearity, allowing the model to learn more powerful generalizations compared to PCA, and to reconstruct back the input with a significantly lower loss of information

The decoder is a mapping from the low dimension latent space into the reconstruction space with a dimensionality equal to the input space

The output in reconstruction space is close to similar to input but there is some loss of information this is called as reconstruction error

One potential use case of autoencoders is anomaly detection

This is more useful when we have very few negative cases and classes are imbalnced but it can be used in normal scenrio as well where labelling is hard
Рекомендации по теме
Комментарии
Автор

Oh my god this video series is SO AWESOME! THANK YOU! :)

lionelshaneyfelt
Автор

Thank you so much for this video. Please would request you to start a series if possible on encoders decoders and models based on the same like Bert, roberta etc. Would be really appreciated

mananshah
Автор

Very Well explained with applications..Thank you so much

vgreddysaragada
Автор

Very well explained sir. Please also do a video on how to implement auto encoders on a real world dataset.

gauravsisodia
Автор

We can also evaluate the loss after training a normal neural network without autoencoders and label them as anomalies if the loss is greater than threshold? How does this evaluation differ from autoencoder models? Thanks.

sriadityab
Автор

Very nice explanation. Could u pls make a video on image denoising using autoencoders

syamuneelam
Автор

I had a question, will the model has low reconstruction error on unseen "Normal Data" too?

mohdzuhaib
Автор

just wondering what software you use to record voice over slides and code, as well as draw red point on screen

keswick
Автор

next, make a video in which you take tabular data which is very imbalanced and compare autoencoder and Isolation forest. please!!!!

RaviTeja-zklb