This episode currently has no reviews.
Submit ReviewL1/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)
This episode currently has no reviews.
Submit ReviewThis episode could use a review! Have anything to say about it? Share your thoughts using the button below.
Submit Review