Hi,
Just wanted to share sth about matrices multiplications, because I think the schema that is shown in the 11th video is pretty complicated compared to what I learned in school.
(I’m reacting to this picture)
Here is how I learned it in school: when you multiply matrices A and B, imagine B “elevating”. This way, the result placed below is placed such a way that each resulting number is at the intersection of the adequate row & column.
I find it way easier to keep track of the rows and column with that in mind.
It works with matrix (dot) vector, vector (dot) vector too indeed, and helps getting intuition of the shape required for the dot product to work.
Hope it helps.