Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Offers a thorough academic and practical explanation of deep learning concepts, including early stopping as a regularization technique.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A highly regarded textbook covering the theoretical principles of machine learning, featuring discussions on regularization methods and model selection strategies.
tf.keras.callbacks.EarlyStopping class, TensorFlow Authors, 2023 (TensorFlow) - Official documentation for implementing early stopping in the Keras API within TensorFlow, providing details on configurable parameters such as patience and the metric to monitor.