Part 3 - How do I choose a KNN algorithm?
Part 3 in the Search and recommendations with embeddings series. There are multiple algorithms to compute KNN, including both "Exact KNN" and Approximate Nearest Neighbors (ANN). When choosing between them, there is a tradeoff of quality for speed. The simplest nearest neighbor approach is a Brute…
Continue reading...