vieyahn2017 / repos

【已经迁移到goto/javaway】
2 stars 1 forks source link

facebookresearch/faiss - 一个用于高效相似搜索和密集向量聚类的库 #6

Open vieyahn2017 opened 6 years ago

vieyahn2017 commented 6 years ago

https://github.com/facebookresearch/faiss

vieyahn2017 commented 6 years ago

A library for efficient similarity search and clustering of dense vectors.

vieyahn2017 commented 6 years ago

Faiss Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by Facebook AI Research.