knn-classification
Machine Learning Algorithms implemented from scratch in Python
A simple implementation of the k-nearest neighbors (KNN) algorithm without using external libraries.