Keras Callbacks, TensorFlow Team, 2024 - Official documentation for tf.keras.callbacks, detailing their usage, available types, and custom callback creation.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - Authored by the creator of Keras, this book offers a comprehensive explanation of the framework, including how to use and implement callbacks for effective model training.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide providing examples and best practices for training deep learning models using TensorFlow and Keras, including strategies for using callbacks.