当前位置:网站首页>Overview of integrated learning
Overview of integrated learning
2022-07-02 10:56:00 【AICVer】
Integrated learning
Bagging(Bootstrap aggregating)
The main idea :
- Want to get the integration with strong generalization , Each weak classifier should be as independent as possible
- Each weak classifier samples different training sets , Make weak classifiers as different as possible
Stacking
The main idea :
- The predicted value will be used as the characteristic value of the training sample , Finally, we will get new training samples , Then the model is obtained by training based on the new training samples , Then get the final prediction result .
Boosting
The main idea :
The sample that the last classifier classified incorrectly , Follow up focus on strengthening learning .
Generative and discriminant
- Generative model : Learn the internal distribution of each category , Calculate the probability of belonging to this category according to the distribution .
- Discriminant model : Learn the boundaries of different categories
边栏推荐
猜你喜欢
The URL in the RTSP setup header of the axis device cannot take a parameter
首份中国企业敏捷实践白皮书发布| 附完整下载
Ks009 implement pet management system based on SSH
集成学习概览
华为游戏初始化init失败,返回错误码907135000
How to get the password of cpolar?
【AGC】构建服务3-认证服务示例
Leetcode+ 76 - 80 storm search topic
《实习报告》Skywalking分布式链路追踪?
Read H264 parameters from mediarecord recording
随机推荐
Session cookies and tokens
UVM factory mechanism
js setTimeout()与面试题
Rapid prototyping
Thanos Receiver
长投学堂上面的账户安全吗?
LeetCode+ 76 - 80 暴搜专题
(5) Gear control setting of APA scene construction
大华设备播放过程中设置播放速度
Considerations for Apache deploying static web page projects
MongoDB-快速上手MongoDB命令行的一些简单操作
Record attributeerror: 'nonetype' object has no attribute 'nextcall‘
[SUCTF2018]followme
session-cookie与token
Shapiro Wilk normal analysis by SPSS
AttributeError: type object ‘Image‘ has no attribute ‘fromarray‘
JSP webshell free -- webshell free
Hdu1234 door opener and door closer (water question)
PCL 点云转深度图像
6种单例模式的实现方式