Machine learning two--classification algorithm--decision tree DecisionTree

Source: Internet
Author: User

Machine Learning Algorithm Evaluation criteria: accuracy, speed, robustness (less noise impact), scale, and explanatory.

1. Decision Trees Decision Tree: The decision tree is a tree structure similar to a flowchart where each internal node represents a test on an attribute, each branch represents an attribute output, and each leaf node represents the distribution of a class (label) or class. The topmost layer of the tree is the root node.

2, Information entropy: the greater the uncertainty of one thing, the greater the amount of information we need and the greater the entropy. The measurement of information is equal to the amount of uncertainty.

The bit indicates how much information is in H =-∑p (x) logp (x)

Decision tree Induction algorithm chooses attribute judgment node through information entropy calculation:

Information Acquisition (information Gain) Gain (A) =info (d)-info_a (d)

    Amount of information obtained through property A = amount of information required without attribute A-the amount of information required when there is a property a

    

      

      

By comparing the gain information acquisition of each node, the attribute is determined as the judging node.

3. Algorithm

Machine learning two--classification algorithm--decision tree DecisionTree

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.