Linear Algebra for AI/ML Part 2 – Dot Product
trybackprop.com
Linear Algebra for AI/ML Part 2 – Dot Product
1–5 of 5 posts
Re: Linear Algebra for AI/ML Part 2 – Dot Product
#2Re: Linear Algebra for AI/ML Part 2 – Dot Product
#3If 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.
Re: Linear Algebra for AI/ML Part 2 – Dot Product
#4Confusing 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.
Re: Linear Algebra for AI/ML Part 2 – Dot Product
#5Confusing 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.
Thanks for the feedback!
a∘b = a_ij × b_ij
a·b = aᵀb = a_ji × b_ij