Skip to content

Tutorial of K Nearest Neighbor Algorithm implementation by hand

License

Notifications You must be signed in to change notification settings

schase15/KNN_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KNN Algorithm

This repository includes the notebook and accompanying dataset for my blog post titled "Implementing K Nearest Neighbors Algorithm with Basic Python"

Read the full tutorial blog post on my website here.

This tutorial walks through an implementation of a K Nearest Neighbors supervised machine learning model using only basic Python. It then uses the popular Titanic dataset to test the algorithm and compare the results to that of Scikit-Learn's KNClassifier model.

In addition, the post does a deep dive into the theory and derives the mathematical formulas behind KNN.

About

Tutorial of K Nearest Neighbor Algorithm implementation by hand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published