One machine learning algorithm per day-K-Nearest Neighbor Classification

Source: Internet
Author: User

K-nearest neighbor is simple.

In short, for samples of unknown classes, find the K nearest neighbors in the training set based on a certain computing distance. If most samples of the K Nearest Neighbors belong to which category, it is determined as that category.

The K-voting mechanism can reduce the noise impact.

Since the KNN method mainly relies on a limited number of adjacent samples, rather than the method used to determine the category of the class, for a class set with many overlapping or overlapping classes, KNN is more suitable than other methods.

One disadvantage is that the amount of computing is large, because the distance from each sample to all known samples must be calculated for each sample to be classified to obtain its K Nearest Neighbor points.

One machine learning algorithm per day-K-Nearest Neighbor Classification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.