This course has been archived: A newer version with updated syllabus and improved content is now available.
Linear Algebra in Machine Learning Algorithms
Was this section helpful?
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.