Machine Learning / K Nearest Neighbor Machine Learning Algorithm

K Nearest Neighbor Machine Learning Algorithm is a non-parametric, Supervised Learning technique and used for Regression and Classification.

It is used to classify (for which label needs to predict) the point pp (point in the plane) by finding the k closest points to the point pp (point in the plane) using distance measures (Euclidean distance, Hamming distance, Manhattan distance and Minkowski distance).



Home     Back