Linear Algebra and Learning from Data, Gilbert Strang, 2019 (Wellesley-Cambridge Press) - A foundational text connecting linear algebra concepts directly to their applications in machine learning and data science, including topics like matrix factorization and PCA.
NumPy Documentation, NumPy community, 2024 (NumPy) - The official documentation for NumPy, the fundamental Python library for numerical computing that provides efficient array and matrix operations essential for linear algebra in machine learning.