k nearest neighbor (kNN): how it works

Описание к видео k nearest neighbor (kNN): how it works

[http://bit.ly/k-NN] The k-nearest neighbor (k-NN) algorithm is based on the intuition that similar instances should have similar class labels (in classification) or similar target values (regression). The algorithm is very simple, but is capable of learning highly-complex non-linear decision boundaries and regression functions. On the downside, the algorithm is computationally expensive, and is prone to overfitting.

Комментарии

Информация по комментариям в разработке