Understanding Vectors Vector Spaces and Linear Algebra
Understanding Vectors Vector Spaces and Linear Algebra
A basis of a matrix refers to a set of linearly independent vectors that span the column space (or row
space) of the matrix. In other words, a basis is a minimal set of vectors that can be combined to
express all other vectors in that space.
Norm of a Vector
Norm of a Vector
Dot Product of Two Vectors
The dot product of two vectors is a scalar quantity (a number) that
represents the projection of one vector onto the other.
Properties of the Dot Product
Commutative Property : Order does not matter when taking the dot product.
Scalar Multiplication Property : Scaling one vector scales the dot product by the same factor k.
Significance in ML and Neural Networks
Significance in ML and Neural Networks
Angle Between Two Vectors
This means the vectors are perpendicular (90° apart) and have no influence on each other.
Orthogonality
Significance in ML and Neural Networks