An efficient Nearest Neighbor Classifier for the MINST dataset. It uses a VP Tree data structure for preprocessing, thus improving query time complexity
classifier machine-learning algorithms machine-learning-algorithms data-structures nearest-neighbor-search mnist-classification mnist-dataset kd-trees vantage-point-tree vp-tree manhattan-distance nearest-neighbours-classifier euclidean-distances knn-classifier nearest-neighbour-algorithm knn-algorithm chebyshev-distance
-
Updated
Sep 24, 2020 - Java