Locality Sensitive Hashing
Locality Sensitive Hashing is a method for placing similar items together. This can be seen as a clustering effort, where similar items, when hashed, will produce a value that is close to each other, and therefore fall into the same bucket. When we talk about hashing, most of the time we want to form a […]