码迷,mamicode.com
首页 > 其他好文 > 详细

GBDT && XGBOOST

时间:2018-10-12 17:03:06      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:size   技术分享   app   track   search   rac   term   produces   tracking   

                              GBDT && XGBOOST

                          技术分享图片

Outline

                  Introduction

                  GBDT Model

                  XGBOOST Model

                  GBDT vs. XGBOOST

                  Experiments

                  References

Introduction

Gradient Boosting Decision Tree is a machine learning technique for regression and classification problems, which produces a prediction model in the form of an ensemble of basic learning models, typically decision trees.

Decision Tree: e.g.

技术分享图片

eXtreme Gradient Boosting (XGBOOST) is an efficient implementation of Gradient Boosting method, a scalable, portable and distributed GB library, and it was started as a research project by Tianqi Chen.

技术分享图片

GBDT Model

技术分享图片

技术分享图片

XGBOOST Model

技术分享图片

技术分享图片

技术分享图片

GBDT vs XGBOOST:

技术分享图片

Experiments

技术分享图片

技术分享图片

技术分享图片

技术分享图片

References:

1. J. Friedman(1999). Greedy Function Approximation: A Gradient Boosting

Machine.

2. J. Friedman(1999). Stochastic Gradient Boosting.

3. T. Chen, C. Guestrin(2016). XGBoost: A Scalable Tree Boosting System.

GBDT && XGBOOST

标签:size   技术分享   app   track   search   rac   term   produces   tracking   

原文地址:https://www.cnblogs.com/AcceptedLin/p/9778929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!