当前位置:网站首页>Machine learning decision tree
Machine learning decision tree
2022-07-05 04:12:00 【Ssaty.】
The first 1 Turn off : What is a decision tree
The first 1 topic
The process of training decision tree is the process of building decision tree
ID3 The algorithm builds a decision tree based on information gain
C4.5 The algorithm builds a decision tree according to the information gain ratio
The decision tree model is highly understandable
The first 2 topic
The decision tree can be a multi branch tree . For example, there are three situations to choose from when buying watermelon : buy 、 Not buy 、 undetermined . At this time, the decision tree is not a binary tree .
The first 2 Turn off : Information entropy and information gain
Our mission : Grasp what is information gain , Complete the program design of calculating information gain .
import numpy as np
def getEnt(array):
Ent = 0
for i in range(2):
Dv = 0
边栏推荐
- C language course setting: cinema ticket selling management system
- Is "golden nine and silver ten" the best time to find a job? Not necessarily
- This article takes you to understand the relationship between the past and present of Bi and the digital transformation of enterprises
- 长度为n的入栈顺序的可能出栈顺序
- Threejs loads the city obj model, loads the character gltf model, and tweetjs realizes the movement of characters according to the planned route
- Learning MVVM notes (1)
- Interview summary: This is a comprehensive & detailed Android interview guide
- Plasticscm enterprise crack
- 北京程序员的真实一天!!!!!
- Differences among 10 addressing modes
猜你喜欢

Laravel8 export excel file

About the recent experience of writing questions

已解决(sqlalchemy+pandas.read_sql)AttributeError: ‘Engine‘ object has no attribute ‘execution_options‘

Containerd series - what is containerd?

ActiveReportsJS 3.1 VS ActiveReportsJS 3.0

Three level linkage demo of uniapp uview u-picker components

面试字节,过关斩将直接干到 3 面,结果找了个架构师来吊打我?

C语言课设:影院售票管理系统

Threejs realizes sky box, panoramic scene, ground grass

为什么百度、阿里这些大厂宁愿花25K招聘应届生,也不愿涨薪5K留住老员工?
随机推荐
Interview summary: This is a comprehensive & detailed Android interview guide
长度为n的入栈顺序的可能出栈顺序
Uni app change the default component style
Rome chain analysis
What is the reason why the webrtc protocol video cannot be played on the easycvr platform?
open graph协议
MacBook安装postgreSQL+postgis
JVM garbage collection
Realize the attention function of the article in the applet
面试字节,过关斩将直接干到 3 面,结果找了个架构师来吊打我?
Ffmepg usage guide
BDF application - topology sequence
[moteur illusoire UE] il ne faut que six étapes pour réaliser le déploiement du flux de pixels ue5 et éviter les détours! (4.26 et 4.27 principes similaires)
Threejs Internet of things, 3D visualization of factory
我国算力规模排名全球第二:计算正向智算跨越
Official announcement! The third cloud native programming challenge is officially launched!
Laravel8 export excel file
Interview related high-frequency algorithm test site 3
Network security - record web vulnerability fixes
【UNIAPP】系统热更新实现思路