Autoencoder Explained

0
(0)

How does an autoencoder work? Autoencoders are a type of neural network that reconstructs the input data its given. But we don’t care about the output, we care about the hidden representation its learned. Its a lower dimensional compression of the input that preserves its features. We can use this learned representation for tasks like image colorization, dialogue generation, and anomaly detection.

Code for this video (with Coding Challenge):
https://github.com/llSourcell/autoencoder_explained

Please Subscribe! And like. And comment. That’s what keeps me going.

Want more education? Connect with me here:
Twitter: https://twitter.com/sirajraval
Facebook: https://www.facebook.com/sirajology
instagram: https://www.instagram.com/sirajraval

More learning resources:
http://ufldl.stanford.edu/tutorial/unsupervised/Autoencoders/
http://ai.stanford.edu/~quocle/tutorial2.pdf
https://lazyprogrammer.me/a-tutorial-on-autoencoders/
https://blog.keras.io/building-autoencoders-in-keras.html
https://jaan.io/what-is-variational-autoencoder-vae-tutorial/
https://hackernoon.com/autoencoders-deep-learning-bits-1-11731e200694

Join us in the Wizards Slack channel:
http://wizards.herokuapp.com/

And please support me on Patreon:
https://www.patreon.com/user?u=3191693
Signup for my newsletter for exciting updates in the field of AI:
https://goo.gl/FZzJ5w
Hit the Join button above to sign up to become a member of my channel for access to exclusive content!

Similar Posts:

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

13 Comments

  1. A wonderful high-level explanation of AEs. I'm recently starting research in this field and this has been really helpful. Thanks!

  2. Hello Siraj, are vanilla autoenocoders same as simple autoencoders ,,,,,I don't see much research papers on this ,,, can this autoencoders be implemented using spectral data ,,,,as most of the examples are on MNIST dataset,,,, i need to visualize , pca vs t-SNE vs autoencoders

Leave a Reply

Your email address will not be published. Required fields are marked *