Try a walking desk to stay healthy while you study or work!
Show notes at ocdevel.com/mlg/32.
L1/L2 norm, Manhattan, Euclidean, cosine distances, dot product
Normed distances link
p_root(sum(xi-yi)^p). "p" = ? (1, 2, ..) for below.abs(x2-x1)+abs(y2-y1). Grid-like distance (triangle legs). Preferred for high-dim space.sqrt((x2-x1)^2+(y2-y1)^2. sqrt(dot-product). Straight-line distance; min distance (Pythagorean triangle edge)Dot product
Cosine (normalized dot)