



A C++ library for approximate nearest neighbor searching in arbitrarily high dimensions, developed by David Mount and Sunil Arya at the University of Maryland. Provides data structures and algorithms for both exact and approximate nearest neighbor searching.
Loading more......
ANN (Approximate Nearest Neighbors) is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
Used in machine learning tasks including image recognition, natural language processing, and recommendation systems.
Free and open-source.