
Member-only story
Deep Learning, Editorial, Machine Learning, Mathematics, Programming, Tutorial
Basic Linear Algebra for Deep Learning and Machine Learning Python Tutorial
An introductory tutorial to linear algebra for machine learning (ML) and deep learning with sample code implementations in Python
Last updated, January 6, 2021
Author(s): Saniya Parveez, Roberto Iriondo
This tutorial’s code is available on Github and its full implementation as well on Google Colab.
Table of Contents
- Introduction
- Linear Algebra in Machine Learning and Deep Learning
- Matrix
- Vector
- Matrix Multiplication
- Transpose Matrix
- Inverse Matrix
- Orthogonal Matrix
- Diagonal Matrix
- Transpose Matrix and Inverse Matrix in Normal Equation
- Linear Equation
- Vector Norms
- L1 norm or Manhattan Norm
- L2 norm or Euclidean Norm
- Regularization in Machine Learning
- Lasso
- Ridge
- Feature Extraction and Feature Selection
- Covariance Matrix
- Eigenvalues and Eigenvectors
- Orthogonality
- Orthonormal Set
- Span
- Basis
- Principal Component Analysis (PCA)
- Matrix Decomposition or Matrix Factorization
- Conclusion
- Resources
- References
📚 Check out our editorial recommendations…