Settings

Theme

Linear Algebra for AI/ML Part 2 – Dot Product

trybackprop.com

2 points by trybackprop · 4 comments

Reader

1 thread
nabla9

Confusing notation in the second image example.

If both vectors are viewed as column vectors, dot product is defined as aᵀb. a is transposed and aᵀb is matrix product of vectors. Since you can think vectors as column or row vectors, but usually as column vectors it's better to stick to what is common to avoid confusion.

  • trybackpropOP

    Thanks for the feedback!

    • nabla9

      It's nitpicking until you someone learns about Hadamard product and confusion sets in.

      a∘b = a_ij × b_ij

      a·b = aᵀb = a_ji × b_ij

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection