Introduction to Matrices and Matrix Arithmetic for Machine Learning
Last Updated on August 9, 2019 Matrices are a foundational element of linear algebra. Matrices are used throughout the field of machine learning in the description of algorithms and processes such as the input data variable (X) when training an algorithm. In this tutorial, you will discover matrices in linear algebra and how to manipulate them in Python. After completing this tutorial, you will know: What a matrix is and how to define one in Python with NumPy. How to […]
Read more