Linear Algebra for Data Science — Matrices
Basic matrix concepts used in data science and machine learning
About the Author
Benjamin O. Tayo is a data science educator, tutor, coach, mentor, and consultant. Contact me for more information about our services and pricing: benjaminobi@gmail.com
Dr. Tayo has written close to 300 articles and tutorials in data science for educating the general public. Support Dr. Tayo’s educational mission using the links below:
PayPal: https://www.paypal.me/BenjaminTayo
CashApp: https://cash.app/$BenjaminTayo
INTRODUCTION
After going through this article, the reader should learn the following:
- Definition of Matrices
- Matrix multiplication
- Apply matrix multiplication to linear regression
- Inverse of a matrix
- Eigenvalues
- Eigenvectors
To learn more about the use of vectors in data science and machine learning, see the article below: