Skip to content

paaatcha/KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K-nearest neighbors (KNN)

This is a simple KNN's implementation. It uses the Euclidean distance, but you can change it by another distance. An example of how to use it is shown in the file task_knn.py

Dependencies

  • Python
  • NumPy

Para falantes de Português

Para entender melhor sobre o KNN veja o post no meu blog que explica o funcionamento do algoritmo:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages