An open API service indexing awesome lists of open source software.

https://github.com/filipwozniak/knn

The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems.
https://github.com/filipwozniak/knn

jupyter-notebook knn-algorithm python

Last synced: 18 days ago
JSON representation

The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems.

Awesome Lists containing this project

README

          

# KNN