当前位置:网站首页>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
边栏推荐
- 快手、抖音、视频号交战内容付费
- [PHP features - variable coverage] improper use, improper configuration and code logic vulnerability of the function
- JVM garbage collection
- Interview related high-frequency algorithm test site 3
- How to use jedis of redis
- ClickPaaS低代码平台
- 面试字节,过关斩将直接干到 3 面,结果找了个架构师来吊打我?
- [brush questions] BFS topic selection
- Common features of ES6
- This article takes you to understand the relationship between the past and present of Bi and the digital transformation of enterprises
猜你喜欢

【thingsboard】替换首页logo的方法

Network security - record web vulnerability fixes

如何实现实时音视频聊天功能

Threejs Internet of things, 3D visualization of farms (I)

Threejs realizes sky box, panoramic scene, ground grass

UI automation test farewell to manual download of browser driver

Plasticscm enterprise crack

行为感知系统

小程序中实现文章的关注功能

蛇形矩阵
随机推荐
Kwai, Tiktok, video number, battle content payment
Interview related high-frequency algorithm test site 3
Technical tutorial: how to use easydss to push live streaming to qiniu cloud?
【虛幻引擎UE】實現UE5像素流部署僅需六步操作少走彎路!(4.26和4.27原理類似)
如何实现实时音视频聊天功能
MacBook installation postgresql+postgis
【FineBI】使用FineBI制作自定义地图过程
技术教程:如何利用EasyDSS将直播流推到七牛云?
Get to know MySQL connection query for the first time
MindFusion. Virtual Keyboard for WPF
Threejs Internet of things, 3D visualization of farm (III) model display, track controller setting, model moving along the route, model adding frame, custom style display label, click the model to obt
Rome chain analysis
Pyqt5 displays file names and pictures
Online text line fixed length fill tool
A应用唤醒B应该快速方法
EasyCVR平台出现WebRTC协议视频播放不了是什么原因?
Mixed compilation of C and CC
[untitled]
[phantom engine UE] realize the animation production of mapping tripod deployment
After the deployment of web resources, the navigator cannot obtain the solution of mediadevices instance (navigator.mediadevices is undefined)