Implementation of KNN from scratch using Python.
- Extract the dataset1.zip to find the dataset
- Run the Knn.py file
This code implements KNN algorithm from scratch. Cross validation is used on the training dataset. For selecting the best value of K, K = 1 to 11 was applied.