Top "Locality-sensitive-hash" questions

Locality-sensitive hashing (LSH) is a method of probabilistic dimension reduction.

How to understand Locality Sensitive Hashing?

I noticed that LSH seems a good way to find similar items with high-dimension properties. After reading the paper http://…

c machine-learning hashmap nearest-neighbor locality-sensitive-hash
Approximate String Matching using LSH

I would like to approximately match Strings using Locality sensitive hashing. I have many Strings>10M that may contain …

python string hash locality-sensitive-hash
LSH Libraries in Java

I'm looking for a lightweight Java library that supports Nearest Neighbor Searches by Locality Sensitive Hashing for nearly equally distributed …

java locality-sensitive-hash