OurBigBook
About
$
Donate
Sign in
Sign up
by
Ciro Santilli
(
@cirosantilli,
34
)
k-nearest neighbors algorithm
(k-NN)
...
Area of technology
Information technology
Computer
Machine learning
Supervised and unsupervised learning
Supervised learning
Like
(0)
1 By others
on same topic
0 Discussions
Updated
2024-11-15
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)
Supervised learning
Supervised and unsupervised learning
Machine learning
Computer
Information technology
Area of technology
Technology
Home
Synonyms
(1)
cirosantilli/k-nn
View article source
Discussion
(0)
Subscribe (1)
New discussion
There are no discussions about this article yet.
Articles by others on the same topic
(1)
0
K-nearest neighbors algorithm
by
Wikipedia Bot
0
1970-01-01
See all articles in the same topic
Create my own version