项目作者: henrywallace

项目描述 :
LSH library 😊
高级语言: Rust
项目地址: git://github.com/henrywallace/blush.git
创建时间: 2019-04-22T03:51:07Z
项目社区:https://github.com/henrywallace/blush

开源协议:

下载


blush

LSH library.

Linux build status

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:

  • 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