Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Offers practical examples of implementing machine learning algorithms where vector distances are applied, useful for understanding their role in real-world ML systems.
numpy.linalg.norm, NumPy Developers, 2024 - Official documentation for the NumPy function used to calculate vector norms and distances, detailing its parameters and usage.