Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Presents the theoretical foundations of deep learning, including neural network training, loss functions, optimization, and regularization, relevant to autoencoder training monitoring.
Keras Callbacks API, Keras team, 2024 - Official documentation for the Keras Callbacks API, detailing methods for monitoring model training, logging metrics, and implementing early stopping.
Dive into Deep Learning, Aston Zhang, Zachary C. Lipton, Mu Li, Alex J. Smola, 2024 (Cambridge University Press) - An interactive, open-source book covering deep learning concepts, algorithms, and practical implementations, with chapters discussing training curves, validation, and overfitting.