当前位置:网站首页>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

边栏推荐
- Learn open62541 -- [66] UA_ Generation method of string
- Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
- Excuse me, is it cost-effective to insure love life patron saint 2.0 increased lifelong life insurance? What are the advantages of this product?
- UVM factory mechanism
- MySQL lethal serial question 3 -- are you familiar with MySQL locks?
- 6种单例模式的实现方式
- VSCode工具使用
- JSP webshell免杀——JSP的基础
- 13. Semaphore critical zone protection
- AttributeError: type object ‘Image‘ has no attribute ‘fromarray‘
猜你喜欢
随机推荐
shell编程01_Shell基础
What are the popular frameworks for swoole in 2022?
Stm32 et développement de moteurs (système supérieur)
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决
JSP webshell free -- the basis of JSP
Pywin32 opens the specified window
从MediaRecord录像中读取H264参数
Flutter——Canvas自定义曲线图
Dialogue Wu Gang: why do I believe in the rise of "big country brands"?
PCL Eigen介绍及简单使用
MongoDB 学习整理(条件操作符,$type 操作符,limit()方法,skip() 方法 和 sort() 方法)
集成学习概览
[SUCTF2018]followme
使用华为性能管理服务,按需配置采样率
Hdu1234 door opener and door closer (water question)
PCL 从一个点云中提取一个子集
SUS系统可用性量表
PCL 投影点云
Database dictionary Navicat automatic generation version
stm32和電機開發(上比特系統)









