Read this lesson as text
NumPy Operations Fundamentals
Linear Algebra for Machine Learning · Axiom Academy
Worked examples: dot product, matrix multiply, and transpose What is the dot product of [2, 3] and [5, 7]? Example 2: Matrix Multiplication What is the shape of A @ B if A is (3, 5) and B is (5, 2)? If a vector is shape (5,), what is the shape of its transpose?
This is the written version of the interactive lesson above. See the full Linear Algebra for Machine Learning course.