MLSYS ENGINEERING

Chapter 2.
Matrix multiplication

In this chapter, we will introduce the most essential data structure and operation in machine learning, tensors and matrix multiplication. We'll cover it mathematically and show you how to implement it in Python.

In the next few chapters after this one, we will dive into its implementation, and cover all the essentials in MLSys along the way.