Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the theoretical foundations of deep learning, including training processes, optimization, loss functions, and generalization.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Practical guide demonstrating how to implement and monitor neural network training with widely used libraries, including discussions on tracking metrics and diagnosing training issues (4th edition).
CS231n: Convolutional Neural Networks for Visual Recognition. Lecture Notes., Fei-Fei Li, Justin Johnson, and Serena Yeung, 2024 - Official course notes providing clear explanations of neural network training, including loss functions, optimization, and practical advice on monitoring and interpreting training curves.