Skip to content

eduardosm7/knn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

knn-python

This repository has the objective of displaying some reimplementations of the K-Nearest Neighbors algorithm, solving both classification and regression problems.

I am using jupyter-notebook to make it easier to visualize and understand the code implementations.

Some of the implementations are using just Python, without any external libraries, willing to really understand how the algorithm works. Having it understood, I started using some external libraries, such as NumPy and Scikit-learn.

The creation of this repository was inspired by some exercises from the Udemy course called Machine Learning and Data Science with Python (Its content is in brazilian Portuguese).

Hope you enjoyed and learned anything from this repository :)

About

K Nearest Neighbors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published