Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 为深度学习提供理论基础,涵盖自编码器、均方误差等损失函数,以及过拟合和在未见数据上评估等基本概念。相关章节讨论前馈网络、正则化和自编码器。
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - 提供使用 Keras 进行深度学习的实践指南,演示如何训练模型、在测试集上评估其性能以及在 Keras 环境中解释损失值。第二版。
tf.keras.Model.evaluate, Keras Team, 2023 - Keras 中 evaluate 方法的官方文档,详细说明其用法、参数和返回值,用于评估模型性能。