Hacker News new | ask | show | jobs
by Noe2097 1351 days ago
LSH is a _technique_, whose performance vastly/mostly depends on the hashing function and on how this function enables neighborhood exploration.

It might not be trendy, but it doesn't mean it can't work as good or better than HNSW. It all depends on the hashing function you come up with.

1 comments

when combined with minhashing it approximates jaccard similarity, so it seems it would be bounded by that.