Learn Before
Concept

Matrix-Matrix Multiplication as a Collection of Matrix-Vector Products

The operation of multiplying two matrices, A\mathbf{A} and B\mathbf{B}, can be conceptually understood as executing a series of matrix-vector products. Specifically, evaluating AB\mathbf{AB} is equivalent to performing mm independent matrix-vector products between the matrix A\mathbf{A} and each of the mm column vectors of B\mathbf{B}, and then horizontally stitching these resulting column vectors together to form the final product matrix.

0

1

Updated 2026-05-02

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L