Save and load Keras models, Neel Kovelamudi, Francois Chollet, 2024TensorFlow Documentation - Offers detailed instructions on handling model persistence in TensorFlow and Keras, covering checkpointing, the SavedModel format, and various saving approaches.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational text covering deep learning theory and practice, providing context for model persistence during training, for evaluation, and for deployment.
MLOps: Machine Learning in Production, Andrew Ng, 2022Stanford CS230: Deep Learning (Lecture Notes) (DeepLearning.AI) - Explains best practices for managing machine learning models throughout their lifecycle, including model versioning, deployment, and monitoring, which relies on model saving.
Transfer learning and fine-tuning, TensorFlow Authors, 2024TensorFlow Tutorials (Google) - Illustrates the technique of transfer learning and fine-tuning, demonstrating how pre-trained models are adapted for new datasets and tasks, a process enabled by model persistence.