当前位置:网站首页>Machine learning 06: Decision Tree Learning
Machine learning 06: Decision Tree Learning
2022-07-28 03:58:00 【Fei Fei is a princess】
Decision tree learning basics


Basic algorithm of decision tree learning

The above is a recursive call process
Common problems in decision tree learning
The measurement problem of optimal partition


Choose the attribute that can minimize entropy 
Combine the image to understand the three indexes
entropy x ∈ \in ∈[0, 1]:

gini index x ∈ \in ∈[0, 1]:

Make an auxiliary line and you will find : The closer to the middle , The longer the red line , It shows that our entropy is larger 
Misclassification rate x ∈ \in ∈[0, 1]:


C4.5 Decision tree algorithm



It can be understood from the image : The more evenly distributed the attributes ,SplitInfo The bigger it is 


Add the following six statistical information gain measurement methods , There is a total 9 Kind of 






Cousins can be of different types 

Deal with the problem of exact attribute value


Dealing with continuous attribute values
discretization 


Leaf node determination problem

How to solve the fitting problem




Classification of samples to be tested




Decision tree learning, understanding and interpretation

边栏推荐
猜你喜欢

C语言:求一个整数存储在内存中的二进制中1的个数

cookie与Session

Leetcode brush question: dynamic planning 09 (weight of the last stone II)

一文读懂Plato Farm的ePLATO,以及其高溢价缘由

How does MySQL ensure high availability

Advanced Mathematics (Seventh Edition) Tongji University exercises 3-4 personal solutions (first 8 questions)

Iterator function operation of iterator learning

The latest version of pagoda installs the zip extension, and PHP -m does not display the processing method

Crowdfunding platform system based on JSP & Servlet

常用的弱网测试工具
随机推荐
Advanced Mathematics (Seventh Edition) Tongji University exercises 3-4 personal solutions (first 8 questions)
Common interface testing tools
高等数学(第七版)同济大学 习题3-6 个人解答
数据挖掘-02
In the official online CV2 document, check the optional values of OpenCV specific parameters
简单、好用的性能测试工具推荐
Experience sharing of automatic test for students with monthly salary of 28K
[openvx] VX for basic use of objects_ distribution
LeetCode 0141. 环形链表 - 三种方法解决
C语言:不创建临时变量实现两数交换
《剑指offer》| 刷题小记
Filters, interceptors, listeners
7/27(板子)染色法判定二分图+求组合数(递推公式)
Push chart written by helm to harbor warehouse
test case management tool
Monotonous stack -- 42. Receiving rain -- a difficult problem that big factories must know
ServletContext、request、response
Is there a bonus period for robot engineering
From Clickhouse to Snowflake: MPP query layer
Leetcode brush question: dynamic planning 09 (weight of the last stone II)