Read this lesson as text
Angle Between Vectors
Linear Algebra for Machine Learning · Axiom Academy
Angle Between Different Vectors Another worked example with different numbers Find θ between u = [1, 0, 1] and v = [1, 1, 0] These vectors are in 3D space. Let's find their angle. The angle is approximately 60 degrees. This makes sense: these vectors share one common direction but differ in others. Question 1: Interpreting the Result When cos(θ) = 1/2, what is the angle θ? In machine learning, if we compute angles between data vectors, what does a small angle mean?
This is the written version of the interactive lesson above. See the full Linear Algebra for Machine Learning course.