当前位置:网站首页>Classification and regression tree of machine learning
Classification and regression tree of machine learning
2022-04-23 02:41:00 【Summer melts the season】
One . Random forests RF
RF It's a classification tree , It is composed of many decision trees , There is no correlation between different decision trees
- A fixed number of samples and features are randomly selected to build a decision tree , There's a sample put back .
- The classifier is trained for each decision tree
- Average the percentage of predicted results for each tree , Select the result of the largest proportion as the final prediction result
- Video teaching
https://www.bilibili.com/video/BV1H5411e73F/?spm_id_from=333.788.recommend_more_video.-1
Two . GBDT
GBDT It's the return tree , The input result of the current... Tree
- The decision tree is constructed according to the numerical characteristics ( Such as age )
- Find the average value of each node
- Find the difference from the average
- Build a residual tree through the difference
- Continuously fit the residual results , Make the residual smaller through iteration
- The core is to accumulate the results of all trees as the final result
Introduction example , You can see the example in this video , Pretty good :
https://www.bilibili.com/video/BV1Bt411j7KH?from=search&seid=13485462299533879409&spm_id_from=333.337.0.0
3、 ... and . GBDT + LR
Just like its name ,GBDT+LR It's made up of two parts , among GBDT For training sets The extracted features , These features are used as new training input data ,LR Classifier as input data for new training .
Four . XGBOOST
https://blog.csdn.net/u011094454/article/details/78948989
5、 ... and . Regularization concept
Regularization is to prevent overfitting .
This is very well said :
https://www.cnblogs.com/jianxinzhou/p/4083921.html
6、 ... and . bagging and boosting summary , More complete
https://blog.csdn.net/u014114990/article/details/50948079
版权声明
本文为[Summer melts the season]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220748368377.html
边栏推荐
- Cuisine leetcode
- Interim summary (Introduction + application layer + transportation layer)
- Fast and robust multi person 3D pose estimation from multiple views
- 16、 Anomaly detection
- 牛客手速月赛 48 C(差分都玩不明白了属于是)
- Use of go language web Middleware
- 010_ StringRedisTemplate
- 双亲委派模型【理解】
- JVM class loader
- Handwritten memory pool and principle code analysis [C language]
猜你喜欢
随机推荐
Interpretation of the future development of smart agriculture
想用Mac学习sql,主要给自己个充足理由买Mac听听意见
JVM class loader
C语言 171. 最近回文数
ROP Emporium x86_64 7~8题
The usage and difference of * and & in C language and the meaning of keywords static and volatile
SQL server2019无法下载所需文件,这可能表示安装程序的版本不再受支持,怎么办了
hack the box optimum靶机
Synchronized lock and its expansion
定了,今日起,本号粉丝可免费参与网易数据分析培训营!
php+mysql對下拉框搜索的內容修改
Talk about current limiting
Flink stream processing engine system learning (II)
类初始化和实例初始化面试题
leetcode 烹飪料理
电源电路设计原来是这么回事
Class initialization and instance initialization interview questions
013_ Analysis of SMS verification code login process based on session
能做多大的单片机项目程序开发,就代表了你的敲代码的水平
【无标题】