Tagged in

matrices

Matrix and Vector Math Primer

Matrices and vectors are essential components of many modern AI algorithms. It’s pretty crucial to have a solid understanding of matrix and vector fundamentals if you want to be an effective AI engineer. In this post I will quickly summarize some of the most basic operations on matrices and vectors. A matrix is a set of scalar quantities arranged in a rectangular array. A matrix with N rows and M columns is said to be a NxM matrix....