Matrix Types in Linear Algebra for Machine Learning

Last Updated on January 5, 2021

A lot of linear algebra is concerned with operations on vectors and matrices, and there are many different types of matrices.

There are a few types of matrices that you may encounter again and again when getting started in linear algebra, particularity the parts of linear algebra relevant to machine learning.

In this tutorial, you will discover a suite of different types of matrices from the field of linear algebra that you may encounter in machine learning.

After completing this tutorial, you will know:

  • Square, symmetric, triangular, and diagonal matrices that are much as their names suggest.
  • Identity matrices that are all zero values except along the main diagonal where the

     

     

    To finish reading, please visit source site