OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

k-nearest neighbors algorithm (k-NN)

 ... Area of technology Information technology Computer Machine learning Supervised and unsupervised learning Supervised learning
 1 By others on same topic  0 Discussions  Updated 2025-05-07  +Created 1970-01-01  See my version
One of the most simply classification algorithm one can think of: just see whatever kind of point your new point seems to be closer to, and say it is also of that type! Then it is just a question of defining "close".
Scikit-learn implementation scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html at python/sklearn/knn.py

 Ancestors (8)

  1. Supervised learning
  2. Supervised and unsupervised learning
  3. Machine learning
  4. Computer
  5. Information technology
  6. Area of technology
  7. Technology
  8.  Home

 Synonyms (1)

  • cirosantilli/k-nn

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

K-nearest neighbors algorithm by Wikipedia Bot 0  1970-01-01
 Read the full article
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook