Skip to content

sababot/k-nearest-neighbours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

K Nearest Neighbours

This is a simple implementation of the "k-nearest-neighbours" algorithm, a machine learning algorithm which is part of the supervised learning set and is used to determine patterns in data. Additionally, this algorithm is primarily used to create group in data sets.

Training Data

This is the training data used for this algirhtm which is currently hard coded but shortly, this implementation will be updated to allow the importation of csv files and to be used as training data.

name-of-you-image

References

This implementation is greatly contributed and created thanks to this website: https://www.geeksforgeeks.org/k-nearest-neighbours/