Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 这本权威教科书详细解释了自动编码器,包括去噪自动编码器,它们的架构、训练和理论基础,将其置于深度学习的总体背景中。
Dropout: A Simple Way to Prevent Neural Networks from Overfitting, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov, 2014The Journal of Machine Learning Research, Vol. 15 - 本文介绍了 dropout 正则化技术,该技术与去噪自动编码器中讨论的掩蔽噪声损坏方法直接相关。