Machine learning gradient boosting

118 ビュー (過去 30 日間)
Ahmed Abdulla
Ahmed Abdulla 2021 年 8 月 18 日
回答済み: Shivam Singh 2021 年 8 月 30 日
I am new to the concept of gradient boosting, I would appreciate any links that can lead me to MATLAB implentations/examples/functions that can help me better understand how to use gradient boosting in MATLAB

回答 (1 件)

Shivam Singh
Shivam Singh 2021 年 8 月 30 日
Gradient boosting technique has been supported in MATLAB since R2011a.
Implementations of the gradient boosting technique in MATLAB are:
  • AdaBoostM1, GentleBoost and LogitBoost in ‘fitcensemble’ for classification
  • LSBoost in ‘fitrensemble’ for regression.
MATLAB supports Gradient Boosting for specific forms of loss functions:
  • Mean squared error (MSE) through the 'LSBoost' method.
  • Exponential loss through 'AdaBoostM1' and 'GentleBoost' methods.
  • Binomial deviance through the 'LogitBoost' method.
For additional information, kindly refer to the below links:
fitrensemble:
fitcensemble:

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by