|
|
|
|
|
by pxndxx
878 days ago
|
|
Euclidean distance stops "making sense" as the number of dimensions goes up: https://stats.stackexchange.com/questions/99171/why-is-eucli... Cosine similarity measures the angle between two vectors instead, and doesn't suffer from the curse of dimensionality. I guess it's important to have this in your DB, so you make "nearby" queries (give me text that's similar to this other text) in an efficient way. |
|