Hacker News new | ask | show | jobs
by InquilineKea 3530 days ago
What's the point of the autoencoder? Why use those instead of CNNs?
1 comments

autoencoders are unsupervised learning where CNNs are supervised. Learning the input space can be thought of as a form of regularization when training data is scarce. http://www.deeplearningbook.org/ is a wonderful resource to learn more about why and when to use different architectures.