Saving and serializing models, Keras Team, 2024 (Keras.io) - Official documentation for Keras model saving and serialization APIs, including the .keras format, weights, and configuration.
Save and load Keras models, TensorFlow Authors, 2024 (TensorFlow) - A guide on saving and loading Keras models within the TensorFlow ecosystem, detailing various formats and use cases.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A fundamental book by the creator of Keras, providing conceptual clarity and practical examples of deep learning workflows, including model persistence. (2nd edition)
Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide with detailed examples and best practices for building and deploying machine learning models using Keras and TensorFlow, covering saving and loading. (3rd edition)