Early Stopping - But When?, Lutz Prechelt, 1996Neural Networks: Tricks of the Trade, Vol. 1524 (Springer, Berlin, Heidelberg)DOI: 10.1007/3-540-49430-8_3 - Discusses theoretical and practical aspects of early stopping, including stopping criteria and empirical evaluation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a comprehensive theoretical and practical treatment of deep learning, including early stopping as a regularization method.
tf.keras.callbacks.EarlyStopping, TensorFlow Contributors, 2023 - Official documentation for implementing early stopping using the Keras deep learning framework, detailing parameters like patience, min_delta, and monitor.