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

Error in Linear Algebra Matrix Vector multiplication #7

Closed jacarvalho closed 6 years ago

jacarvalho commented 6 years ago

First, thanks for these resources!

In VIP Refresher: Linear Algebra and Calculus, it says

Matrix-vector multiplication – The product of matrix A \in R^{m×n} and vector x \in R^{n} is a vector of size R^n, such that:

Shouldn't it be instead:

of size R^m, such that:

The same for Matrix-Matrix multiplication.

shervinea commented 6 years ago

Thanks @jacarvalho for your message. We're aware of this issue and are planning to correct it asap. Thanks for pointing it out anyway!

Jonas1312 commented 5 years ago

Sorry to ask but when do you think you'll correct the error?

Thanks for the cheatsheets!