- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 152字
- 2021-06-25 21:03:04
Improving classification with ensemble learning
In many cases, when you build a machine learning model, you receive low accuracy and low results. In order to get good results, we can use ensemble learning techniques. This can be done by combining many machine learning techniques into one predictive model.
We can categorize ensemble learning techniques into two categories:
- Parallel ensemble methods—The following graph illustrates how parallel ensemble learning works:

- Sequential ensemble methods—The following graph illustrates how sequential ensemble learning works:

The following are the three most used ensemble learning techniques:
- Bootstrap aggregating (bagging): This involves building separate models and combining them by using model averaging techniques, like weighted average and majority vote.
- Boosting: This is a sequential ensemble learning technique. Gradient boosting is one of the most used boosting techniques.
- Stacking: This is like boosting, but it uses a new model to combine submodels.
推薦閱讀
- 黑客攻防實(shí)戰(zhàn)技術(shù)完全手冊(cè):掃描、嗅探、入侵與防御
- 物聯(lián)網(wǎng)智慧安監(jiān)技術(shù)
- JBoss EAP6 High Availability
- 信息通信網(wǎng)絡(luò)建設(shè)安全管理概要2
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- Go Web Scraping Quick Start Guide
- 中小型局域網(wǎng)組建、管理與維護(hù)實(shí)戰(zhàn)
- 4G小基站系統(tǒng)原理、組網(wǎng)及應(yīng)用
- 通信十年:擁抱互聯(lián)網(wǎng)
- 網(wǎng)絡(luò)AI+:2030后的未來(lái)網(wǎng)絡(luò)
- React Cookbook
- 深入理解OpenStack Neutron
- 網(wǎng)絡(luò)工程實(shí)施技術(shù)與方案大全
- 數(shù)據(jù)血緣分析原理與實(shí)踐
- 物聯(lián)網(wǎng)的機(jī)遇與利用