Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajtulloch
1339 days ago
“Fast Search in Hamming Space with Multi-Index Hashing” (
https://www.cs.toronto.edu/~norouzi/research/papers/multi_in...
) is a great paper. Note that you can do significantly better (in terms of query latency/throughput) with specialized implementations as in eg FAISS (
https://github.com/facebookresearch/faiss/wiki/Binary-hashin...
).