We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4d8b6 commit 4329826Copy full SHA for 4329826
machine_learning/approx_nearest_neighbours.py
@@ -3,7 +3,7 @@
3
https://en.wikipedia.org/wiki/Nearest_neighbor_search#Approximate_nearest_neighbor
4
5
ANN search finds "close enough" vectors instead of the exact nearest neighbor,
6
-which makes it much faster for large datasets.
+which makes it much faster for large datasets.
7
This implementation uses a simple **random projection hashing** method.
8
9
Steps:
0 commit comments