tf.keras.Model.predict, Keras team, 2023 (TensorFlow) - Provides the API specification and usage examples for the Keras predict method.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A comprehensive guide to Keras and TensorFlow, covering model building, training, evaluation, and inference, including data preparation and output interpretation.
Build TensorFlow input pipelines with tf.data, TensorFlow Authors, 2023 - Details efficient data pipeline construction using tf.data.Dataset, which is helpful for feeding large datasets to model.predict().