cs231n / cs231n.github.io

Public facing notes page
MIT License
10.16k stars 4.06k forks source link

Multiplication isn't right? #255

Open AlexandrParkhomenko opened 3 years ago

AlexandrParkhomenko commented 3 years ago

right?

x y z 0 0 0
0 x y z 0 0 
0 0 x y z 0
0 0 0 0 x y

x y z 0 0 0
0 0 x y z 0