/k-NearestNeighbor

k-NN is a project that contains implementations of various kNN algorithms both sequential and parallel.

Primary LanguageC++MIT LicenseMIT

kNN

This repo contains simple yet fast implementations of k-Nearest Neighbor algorithm.

Module Content

  • Naive Sequential Implementation ✔️
  • OpenMP Implementation ✔️
  • CUDA Implementation ❌