Gradient Boosting Machine (Ensemble of Additive Decision Trees)
En lloc de construir molts arbres en paral·lel i fer-ne la mitjana (com fa Random Forest), gradient boosting construeix arbres un a un. Cada nou arbre se centra específicament en els errors que el model actual encara està cometent — els residuals. Aquest procés de correcció seqüencial és anàleg al descens de gradient en optimització ordinària, però realitzat en l'espai de funcions de predicció en lloc de l'espai de paràmetres. La predicció final és la suma de moltes correccions febles, cadascuna acostant l'ensemble a l'objectiu real. Una taxa d'aprenentatge petita obliga el model a fer passos cautelosos, cosa que el regularitza i normalment produeix una millor generalització.
Llegeix el mètode complet
Inicia la sessió amb un compte gratuït per llegir aquesta secció.
Method map
The neighbourhood of related methods — select a node to explore.
Fonts
- 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 ↗
Com citar aquesta pàgina
ScholarGate. (2026, June 3). Gradient Boosting Machine (Ensemble of Additive Decision Trees). ScholarGate. https://scholargate.app/ca/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.
- AdaBoostAprenentatge automàtic↔ compare
- CatBoostAprenentatge automàtic↔ compare
- Arbre de decisióAprenentatge automàtic↔ compare
- LightGBMAprenentatge automàtic↔ compare
- Random ForestAprenentatge automàtic↔ compare
- XGBoostAprenentatge automàtic↔ compare
Has vist cap problema en aquesta pàgina? Informa'n o suggereix una correcció →