Question on multi-probe Local Sensitive Hashing
Posted
by Yijinsei
on Stack Overflow
See other posts from Stack Overflow
or by Yijinsei
Published on 2010-04-04T15:28:34Z
Indexed on
2010/04/04
15:33 UTC
Read the original article
Hit count: 492
Hey guys
sorry to be asking this kind noob question, but because I really need some guidance on how to use Multi probe LSH pretty urgently, so I did not do much research myself. I realize there is a lib call LSHKIT available that implemented that algorithm, but I have trouble trying to figure out how to use it. Right now, I have a few thousand feature vector 296 dimension, each representing an image. The vector is used to query an user input image, to retrieve the most similar image. The method I used to derive the distance between vector is euclidean distance.
I know this might be a rather noob question, but do you guys have knowledge on how should i implement multi probe LSH? I am really very grateful to any answer or response.
© Stack Overflow or respective owner