当前位置:网站首页>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
边栏推荐
- Learning MVVM notes (1)
- 【刷题】BFS题目精选
- [phantom engine UE] package error appears! Solutions to findpin errors
- 如何优雅的获取每个分组的前几条数据
- Threejs realizes sky box, panoramic scene, ground grass
- Threejs rendering obj+mtl model source code, 3D factory model
- [PHP features - variable coverage] improper use, improper configuration and code logic vulnerability of the function
- Network security - record web vulnerability fixes
- Plasticscm enterprise crack
- WGS84 coordinate system, web Mercator, gcj02 coordinate system, bd09 coordinate system - brief introduction to common coordinate systems
猜你喜欢

kubernetes集群之调度系统
![[phantom engine UE] realize the animation production of mapping tripod deployment](/img/89/351641c3da7e2acdbf389bc298b75e.png)
[phantom engine UE] realize the animation production of mapping tripod deployment

Threejs rendering obj+mtl model source code, 3D factory model

Containerd series - what is containerd?

MacBook安装postgreSQL+postgis

Special Edition: spreadjs v15.1 vs spreadjs v15.0

行为感知系统

Learning notes 8

Use Firefox browser to quickly pick up Web image materials

网络安全-记录web漏洞修复
随机推荐
[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)
机器学习 --- 神经网络
长度为n的入栈顺序的可能出栈顺序种数
Threejs realizes sky box, panoramic scene, ground grass
provide/inject
A application wakes up B should be a fast method
Wechat applet development process (with mind map)
How is the entered query SQL statement executed?
Threejs Internet of things, 3D visualization of factory
技术教程:如何利用EasyDSS将直播流推到七牛云?
[brush questions] BFS topic selection
UI automation test farewell to manual download of browser driver
25K 入职腾讯的那天,我特么哭了
阿里云ECS使用cloudfs4oss挂载OSS
web资源部署后navigator获取不到mediaDevices实例的解决方案(navigator.mediaDevices为undefined)
【看完就懂系列】一文6000字教你从0到1实现接口自动化
Use threejs to create geometry, dynamically add geometry, delete geometry, and add coordinate axes
BDF application - topology sequence
[understand series after reading] 6000 words teach you to realize interface automation from 0 to 1
【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)