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

https://github.com/parvvaresh/knn-from-scratch

K-Nearest Neighbors Algorithm. The k-nearest neighbors algorithm, also known as KNN or k-NN, is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an individual data point.
https://github.com/parvvaresh/knn-from-scratch

jupyter-notebook machine-learning numpy python

Last synced: 3 months ago
JSON representation

K-Nearest Neighbors Algorithm. The k-nearest neighbors algorithm, also known as KNN or k-NN, is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an individual data point.

Awesome Lists containing this project