30 skills found
RSIA-LIESMARS-WHU / LSHBOXA c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab.
Infini-AI-Lab / MagicPIG[ICLR2025 Spotlight] MagicPIG: LSH Sampling for Efficient LLM Generation
JorenSix / TarsosLSHA Java library implementing practical nearest neighbour search algorithm for multidimensional vectors that operates in sublinear time. It implements Locality-sensitive Hashing (LSH) and multi index hashing for hamming space.
ritchie46 / Lsh RsLocality Sensitive Hashing in Rust with Python bindings
guofei9987 / PyLSHashLocality Sensitive Hashing, fuzzy-hash, min-hash, simhash, aHash, pHash, dHash。基于 Hash值的图片相似度、文本相似度
xiaogp / Recsys Faiss一个基于 fasttext + faiss 的商品内容相关推荐实现,nginx+uwsgi+flask / gunicorn+uvicorn+fastapi 提供api查询接口,增加Spark实现 Ansj+Word2vec+LSH+Phoenix
oertl / ProbminhashProbMinHash – A Class of Locality-Sensitive Hash Algorithms for the (Probability) Jaccard Similarity
RyuaNerin / Go Krypto🔐 go-krypto: A Go library collecting cryptographic algorithms designed in the Republic of Korea (SEED, ARIA, HIGHT, LEA, HAS160, LSH, KCDSA, EC-KCDSA)
RishabhMaheshwary / Query AttackA Query Efficient Natural Language Attack in a Black Box Setting
oertl / TreeminhashTreeMinHash: Fast Sketching for Weighted Jaccard Similarity Estimation
mehmetaydar / LinstaMatch CsharpAn improved method of locality-sensitive hashing for scalable instance matching. In this study, we propose a scalable approach for automatically identifying similar candidate instance pairs in very large datasets utilizing minhash-lsh-algorithm in C#.
munnafaisal / Deep Object Search With HashSearch your object with hash
pantsing / FlylshA Brand New LSH: The fly’s olfactory circuits algorithm
nikosgalanis / Vectors Similarity Search And Clustering🗂️⏳LSH, Hypercube and Clustering algorithms for vectors, written in C++
ZiadSheriif / IntelliQueryA semantic search indexing system designed to efficiently retrieve top matching results from a database of 20 million documents. Given the embedding of a search query, it quickly identifies and returns the most relevant documents
shaltielshmid / MinHashSharpA Robust Library in C# for Similarity Estimation
rahulparmar339 / VRPTWSimulated Annealing(SA) and Tabu Search(TS) algorithms with Push Forward Insertion Heuristic(PFIH) and Lambda-Interchange Heuristic(local search heuristic-LSH) for vehicle routing problem with capacity and time constraint
muyuuuu / High Performance LSH使用线程池的高并发 LSH 算法, C++ 实现
lizdotsh / Minlizhashsimple from scratch implementation of the MinHash LSH algorithm
lehuutrung1412 / ImageRetrievalBuild content-based image retrieval system using deep learning, applied some large scale similarity search technicals like Kdtree, LSH, Faiss.