Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering foundational deep learning techniques, including autoencoders, VAEs, and common training challenges.
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2014International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1312.6114 - Introduces the Variational Autoencoder (VAE) model, which is central to understanding its unique implementation challenges.
Adam: A Method for Stochastic Optimization, Kingma, Diederik P. and Ba, Jimmy, 2014International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1412.6980 - Proposes the Adam optimization algorithm, widely used for training deep neural networks due to its adaptive learning rates.