Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a comprehensive theoretical and practical overview of early stopping as a regularization method.
Early Stopping-But When?, Lutz Prechelt, 1998Neural Networks: Tricks of the Trade (Springer Berlin Heidelberg)DOI: 10.1007/3-540-69043-4_5 - A seminal work discussing optimal stopping points and practical considerations for early stopping in neural network training. This is a chapter in the book 'Neural Networks: Tricks of the Trade'.
tf.keras.callbacks.EarlyStopping, TensorFlow Team, 2024 - Official documentation detailing the practical implementation of early stopping within the Keras deep learning framework, including parameters like 'patience'.