Skip to content

SadmanSakib93/k-Nearest-Neighbor-KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

k-Nearest-Neighbor-KNN

Implementation of KNN from scratch using Python.

  1. Extract the dataset1.zip to find the dataset
  2. 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.

Releases

No releases published

Packages

No packages published

Languages