- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Alan Fontaine
- 147字
- 2021-07-23 16:42:24
Boosting
Boosting is another approach to ensemble learning. There are many methods for boosting, but one of the most successful and popular methods that people use for ensemble learning has been the AdaBoost algorithm. It is also called adaptive boosting. The core idea behind this algorithm is that, instead of fitting many individual predictors individually, we fit a sequence of weak learners. The next algorithm depends on the result of the previous one. In the AdaBoost algorithm, every iteration reweights all of these samples. The training data here reweights based on the result of the previous individual learners or individual models.
For example, in classification, the basic idea is that the examples that are misclassified gain weight and the examples that are classified correctly lose weight. So, the next learner in the sequence or the next model in the sequence focuses more on misclassified examples.
- Dreamweaver 8中文版商業(yè)案例精粹
- 計(jì)算機(jī)網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- PostgreSQL Administration Essentials
- Troubleshooting OpenVPN
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·智能制造裝備
- R Data Analysis Projects
- Linux系統(tǒng)管理員工具集
- SQL Server 2019 Administrator's Guide
- 智能控制技術(shù)及其應(yīng)用
- Internet of Things with Raspberry Pi 3
- 軟件需求最佳實(shí)踐
- 單片機(jī)技術(shù)
- ORACLE數(shù)據(jù)庫(kù)技術(shù)實(shí)用詳解
- Practical Computer Vision