Locality-sensitive hashes are designed to cause collisions and are useful
1–10 of 10 posts
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#2Re: Locality-sensitive hashes are designed to cause collisions and are useful
#3For anyone looking to use this, please note that the benefits of LSH rapidly diminish if your nearest neighbours are in fact far away.
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#4For anyone looking to use this, please note that the benefits of LSH rapidly diminish if your nearest neighbours are in fact far away.
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#5Re: Locality-sensitive hashes are designed to cause collisions and are useful
#6There are probably better ways to do this in most cases, but I thought it an interesting idea.
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#7Here are some slides on it:
https://files.pbworks.com/download/dJjN51z5uR/hackerdojo/271...
This work was also published in SODA 10:
https://www.siam.org/proceedings/soda/2010/SODA10_094_neylon...
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#8What stumped me was creating a good enough feature vector, balancing size with information. We have a hack day tomorrow, might pick it up again.
[1] https://engineering.purdue.edu/~malcolm/yahoo/Slaney2008(LSH...
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#9For anyone looking to use this, please note that the benefits of LSH rapidly diminish if your nearest neighbours are in fact far away.
My startup has a fast nearest neighbor engine that allows to have far matches: http://simmachines.com/Products/r01.html We hope to be the "berkeley DB" of the big data era. Feedback would be greatly appreciated!
My main piece of feedback is that explicitly comparing your product to a database engine that people love to hate is probably not a great way to market it. Lots of us have horrible memories of badly-corrupted Berkeley DB databases.
Re: Locality-sensitive hashes are designed to cause collisions and are useful
#10Earlier quoted context omitted.
My startup has a fast nearest neighbor engine that allows to have far matches: http://simmachines.com/Products/r01.html We hope to be the "berkeley DB" of the big data era. Feedback would be greatly appreciated!
> Feedback would be greatly appreciated! My main piece of feedback is that explicitly comparing your product to a database engine that people love to hate is probably not a great way to market it. Lots of us have horrible memories of badly-corrupted Berkeley DB databases.