There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
K-NN is a basic classification algorithm that can classify a data using its distance to other data points. I wrote a KNN algorithm without using any Machine Learning libraries such as scikit-learn etc.