Skip to content

This repository stores implementation to K Nearest Neighbors

Notifications You must be signed in to change notification settings

Shivanisingh1809/K-Nearest-Neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

K-Nearest-Neighbors

This repository stores implementation to K Nearest Neighbors

K-nearest neighbour (KNN) is a classification (or regression) algorithm that in order to determine the classification of a point, combines the classification of the K nearest points. It is supervised because you are trying to classify a point based on the known classification of other points.

About

This repository stores implementation to K Nearest Neighbors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published