Random Forest
Il Random Forest è un metodo di apprendimento d'insieme (ensemble learning), introdotto da Leo Breiman nel 2001, che costruisce molti alberi decisionali su campioni bootstrap dei dati e combina i loro voti per produrre classificazioni e regressioni robuste. Aggregando molti alberi leggermente diversi, produce previsioni più accurate e stabili rispetto a qualsiasi singolo albero.
Leggi il metodo completo
Accedi con un account gratuito per leggere questa sezione.
Method map
The neighbourhood of related methods — select a node to explore.
+127 more
Fonti
- Breiman, L. (2001). Random Forests. Machine Learning, 45, 5–32. DOI: 10.1023/A:1010933404324 ↗
- James, G., Witten, D., Hastie, T. & Tibshirani, R. (2013). An Introduction to Statistical Learning (Ch. 8). Springer. ISBN: 978-1-4614-7138-7
Come citare questa pagina
ScholarGate. (2026, June 1). Random Forest (Breiman Ensemble of Decision Trees). ScholarGate. https://scholargate.app/it/machine-learning/random-forest
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.
- Albero decisionaleApprendimento automatico↔ compare
- Regressione LogisticaStatistica per la ricerca↔ compare
- Support Vector Machine (Classificazione)Apprendimento automatico↔ compare
- XGBoostApprendimento automatico↔ compare
Citato da
Hai notato un problema in questa pagina? Segnalalo o proponi una correzione →