tf.keras.metrics module, TensorFlow Developers, 2024 - Official API documentation providing detailed descriptions and usage examples for all built-in Keras metrics and guidelines for creating custom metrics.
tf.keras.Model.compile method, TensorFlow Developers, 2024 - Official documentation explaining how to configure a Keras model for training, specifically detailing the metrics argument and its role in the compilation process.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Foundational textbook that provides theoretical discussions on model evaluation, various performance metrics, and their significance in deep learning contexts.