- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 107字
- 2021-06-10 19:15:32
Why do we need ensembles?
Decision trees are prone to overfitting training data and suffer from high variance, thus, providing poor predictions from new unseen data. However, using an ensemble of decision trees helps alleviate the shortcoming of using a single decision tree model. In an ensemble, many weak learners come together to create a strong learner.
Among the many ways that we can combine decision trees to make ensembles, the two methods that have been popular due to their performance for predictive modeling are:
- Gradient boosting (also known as gradient tree boosting)
- Random decision trees (also known as random forests)
推薦閱讀
- 面向STEM的mBlock智能機器人創新課程
- Mastercam 2017數控加工自動編程經典實例(第4版)
- Visual C# 2008開發技術詳解
- Photoshop CS3圖像處理融會貫通
- 分析力!專業Excel的制作與分析實用法則
- RedHat Linux用戶基礎
- 從零開始學C++
- 人工智能:語言智能處理
- 電子設備及系統人機工程設計(第2版)
- 實用網絡流量分析技術
- Effective Business Intelligence with QuickSight
- 計算機硬件技術基礎學習指導與練習
- JSP通用范例開發金典
- MySQL Management and Administration with Navicat
- 軟件質量管理實踐