Basic concepts of (K-Nearest Neighbour)KNN Algorithm
It is probably, one of the simplest but strong supervised learning algorithms used for classification as well regression purposes. It is most commonly used to classify the data points that are separated into several classes, in order to make predictions for new sample data points. It is a non-parametric and lazy learning algorithm. It classifies the data points based on the similarity measure (e.g. Principle: K- NN algorithm is based on the principle that, "the similar things exist closer to each other or Like things are near to each other."
Oct-1-2021, 17:49:22 GMT
- Technology: