Ensemble Gradient Boosting
Gradient Boosting is een ensemble-methode die in 2001 door Jerome Friedman werd geïntroduceerd. Deze methode bouwt een sterk voorspellend model door sequentieel ondiepe beslisbomen toe te voegen, waarbij elke boom de fouten van de voorgaande ensemble corrigeert. Door het probleem te formuleren als gradiëntafdaling in functieruimte, bereikt het state-of-the-art nauwkeurigheid op classificatie-, regressie- en rangschikkingstaken voor tabelgegevens.
Lees de volledige methode
Log in met een gratis account om dit onderdeel te lezen.
Method map
The neighbourhood of related methods — select a node to explore.
Bronnen
- Friedman, J. H. (2001). Greedy function approximation: A gradient boosting machine. Annals of Statistics, 29(5), 1189–1232. DOI: 10.1214/aos/1013203451 ↗
- Friedman, J. H. (2002). Stochastic gradient boosting. Computational Statistics and Data Analysis, 38(4), 367–378. DOI: 10.1016/S0167-9473(01)00065-2 ↗
Deze pagina citeren
ScholarGate. (2026, June 3). Gradient Boosting Machine (Ensemble of Additive Decision Trees). ScholarGate. https://scholargate.app/nl/machine-learning/ensemble-gradient-boosting
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- AdaBoostMachine learning↔ compare
- CatBoostMachine learning↔ compare
- BeslisboomMachine learning↔ compare
- LightGBMMachine learning↔ compare
- Random ForestMachine learning↔ compare
- XGBoostMachine learning↔ compare
Een fout op deze pagina gezien? Meld het of stel een correctie voor →