Difference between Inner Product and Dot product
Mar 12, 2021
https://en.wikipedia.org/wiki/Inner_product_space
It will be a good challenge to read the reference for WIKI article and see if the properties of a Inner Product is satisfied before we perform the inner product of two matrices.
I’m still wondering when will we use Inner Product vs Dot Product ? I guess the moral of the story is I need to read documentation carefully.
Here’s a good reference article on how Dot Product works.