Reducing the Dimensionality of Data with Neural Networks, Geoffrey E. Hinton, Ruslan R. Salakhutdinov, 2006Science, Vol. 313 (American Association for the Advancement of Science)DOI: 10.1126/science.1127647 - This foundational paper introduced deep autoencoders, demonstrating their capability for effective dimensionality reduction and learning useful feature representations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 14 of this authoritative textbook provides a comprehensive theoretical treatment of autoencoders, covering their structure, learning objective, and variations.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2019 (O'Reilly Media) - This practical guide, specifically Chapter 17 (2nd Edition), offers intuitive explanations and implementation examples of autoencoders, aiding in hands-on understanding.