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 paper reintroduced the concept of deep autoencoders for effective dimensionality reduction, demonstrating their ability to learn meaningful, low-dimensional representations of complex data.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the theoretical and practical aspects of deep learning, with a chapter on autoencoders and their use in learning representations and reducing dimensionality.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A classic machine learning textbook that provides a solid explanation of dimensionality reduction principles, including the curse of dimensionality and traditional methods like Principal Component Analysis (PCA), which helps understand the context for autoencoders.