All Projects → ekzhu → lsh

ekzhu / lsh

Licence: MIT license
Locality Sensitive Hashing for Go (Multi-probe LSH, LSH Forest, basic LSH)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to lsh

Datasketch
MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble
Stars: ✭ 1,635 (+1677.17%)
Mutual labels:  lsh, lsh-forest
lshensemble
LSH index for approximate set containment search
Stars: ✭ 48 (-47.83%)
Mutual labels:  lsh, lsh-forest
minhash-lsh
Minhash LSH in Golang
Stars: ✭ 20 (-78.26%)
Mutual labels:  lsh
Dolphinn
High Dimensional Approximate Near(est) Neighbor
Stars: ✭ 32 (-65.22%)
Mutual labels:  lsh
H2 ALSH
Accurate and Fast ALSH for Maximum Inner Product Search (KDD 2018)
Stars: ✭ 18 (-80.43%)
Mutual labels:  lsh
product-quantization
🙃Implementation of vector quantization algorithms, codes for Norm-Explicit Quantization: Improving Vector Quantization for Maximum Inner Product Search.
Stars: ✭ 40 (-56.52%)
Mutual labels:  lsh
image-ndd-lsh
Near-duplicate image detection using Locality Sensitive Hashing
Stars: ✭ 42 (-54.35%)
Mutual labels:  lsh
MoTIS
Mobile(iOS) Text-to-Image search powered by multimodal semantic representation models(e.g., OpenAI's CLIP). Accepted at NAACL 2022.
Stars: ✭ 60 (-34.78%)
Mutual labels:  lsh
lsh-rs
Locality Sensitive Hashing in Rust with Python bindings
Stars: ✭ 64 (-30.43%)
Mutual labels:  lsh
Neural-Scam-Artist
Web Scraping, Document Deduplication & GPT-2 Fine-tuning with a newly created scam dataset.
Stars: ✭ 18 (-80.43%)
Mutual labels:  lsh
lsh-semantic-similarity
Locality Sensitive Hashing for semantic similarity (Python 3.x)
Stars: ✭ 16 (-82.61%)
Mutual labels:  lsh
dropClust
Version 2.1.0 released
Stars: ✭ 19 (-79.35%)
Mutual labels:  lsh-forest

LSH for Go

Build Status GoDoc DOI

Documentation

Install: go get github.com/ekzhu/lsh

This library includes various Locality Sensitive Hashing (LSH) algorithms for the approximate nearest neighbour search problem in L2 metric space. The family of LSH functions for L2 is the work of Mayur Datar et.al.

Currently includes:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].