Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 这本权威教材全面介绍了自编码器,详细阐述了其架构、瓶颈层的作用、重建目标以及常见的损失函数(如均方误差和交叉熵),是理解自编码器机制的基础。
Lecture 4: Unsupervised Learning (Autoencoders), Alexander Amini, Ava Soleimany, 2021MIT 6.S191 Introduction to Deep Learning (Massachusetts Institute of Technology (MIT)) - 这些讲义对自编码器组件、重建过程、输出层激活函数(例如,用于[0,1]数据的Sigmoid)以及常见的损失函数(如均方误差和二元交叉熵)提供了清晰易懂的解释,对于初学者来说非常相关。