Hacker News new | ask | show | jobs
by messe 1132 days ago
Even ignoring vector magnitudes, wouldn't cosine distance as a measure of similarity only make sense if you're working with a convex set? That seems like it's far from a guarantee working in a high-dimensional space.
1 comments

Yes, cosine distance works best in convex or normalized sets. Thinking about adding this caveat. Thanks for the question.