Skip to content
/ KNN Public

Implementation of KNN -> K-nearest neighbor's algorithm

Notifications You must be signed in to change notification settings

luciano-s/KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a first approach to the K-nearest neighbors algorithms. The KNN is a simple algorithm but powerfull. A subset of the MNIST dataset is used (8500 images). This dataset was provided by UC San Diego X machine learning course, on edX. My goal is to learn how a machine learning algorithm works in it's essence, without an API to help me (but at the same time hide me) on that task.

External libraries required: numpy and matplotlib

About

Implementation of KNN -> K-nearest neighbor's algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages