model.fit(), Keras Team, 2024 - Official documentation providing detailed API specifications and usage examples for training Keras models, including parameters like epochs, batch_size, and validation_data.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook offering comprehensive theoretical explanations of neural network training, including optimization algorithms, loss functions, batching, epochs, and generalization concepts such as overfitting and underfitting.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide that illustrates how to train deep learning models using Keras, detailing the arguments of model.fit() and explaining how to monitor training progress and address common issues like overfitting. (4th edition)