K-Nearest Neighbor algorithm (KNN)

Source: Internet
Author: User
1. Overview 1.1 Principle: (Measure the distance between different eigenvalues to classify)

There is a collection of sample data, which is the training sample set, and each data in the sample set has multiple features and labels, that is, we know the sample data and its classification, and when we enter new data without labels, we compare each feature of the new data with the characteristics of the data in the sample set. Then, according to the corresponding algorithm (the Euclidean distance chosen in this section), the most similar data from the sample set is extracted to classify the label. The most common choice is the nearest K-nearest data in the sample set, i.e. K-neighbor. Finally, select the classification of the most new data of the most frequently occurring categories in the K most similar data.

1.2 KNN algorithm

Take advantage of a set of test data:

K-Nearest Neighbor algorithm (KNN)

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.