An open API service indexing awesome lists of open source software.

https://github.com/henrywallace/blush

LSH library 😊
https://github.com/henrywallace/blush

lsh

Last synced: 7 months ago
JSON representation

LSH library 😊

Awesome Lists containing this project

README

          

blush
-----

LSH library.

[![Linux build status](https://travis-ci.org/henrywallace/blush.svg)](https://travis-ci.org/henrywallace/blush.svg)

The goal is to implement and bake-off Locality Sensitive Hashing methods,
with applications to fast approximate nearest neighbor search.

Run `scripts/data.sh` to download and generate the datasets used in testing.

TODO:
- [x] implement naive method
- [ ] gather static datasets for quality testing
- [ ] define quality testing routines, e.g. recall@k
- [ ] organize paper references
- [ ] implement random projections, and test
- [ ] refine this TODO list