Evaluating Model Performance with model.evaluate()
Was this section helpful?
tf.keras.Model.evaluate, TensorFlow Authors, 2024 - Official documentation for the Keras evaluate() method, detailing its parameters, usage, and return values.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides theoretical foundations for generalization, overfitting, and the importance of a dedicated test set in machine learning. See Chapter 5.