afshinea / stanford-cs-229-machine-learning

VIP cheatsheets for Stanford's CS 229 Machine Learning
https://stanford.edu/~shervine/teaching/cs-229
MIT License
17.64k stars 3.95k forks source link

Matrix-matrix multiplication #19

Open clevo4040 opened 5 years ago

clevo4040 commented 5 years ago

The following:

"Matrix-matrix multiplication – The product of matrices A ∈ Rm×n and B ∈ Rn×p is a matrix of size Rn×p"

Should say:

"Matrix-matrix multiplication – The product of matrices A ∈ Rm×n and B ∈ Rn×p is a matrix of size Rm×p"