Machine learningMachine learning
הגברת גרדיאנט אנסמבל (Ensemble Gradient Boosting)
הגברת גרדיאנט (Gradient Boosting) היא שיטת אנסמבל שהוצגה על ידי ג'רום פרידמן בשנת 2001, הבונה מודל חיזוי חזק על ידי הוספה סדרתית של עצי החלטה רדודים, כאשר כל עץ מתקן את השגיאות של האנסמבל הקודם. על ידי ניסוח הבעיה כגרדיאנט יורד במרחב הפונקציות, היא משיגה דיוק חדיש במשימות סיווג, רגרסיה ודירוג על פני נתונים טבלאיים.
קראו את השיטה במלואה
לחברים בלבד
התחברותהתחברו עם חשבון חינמי כדי לקרוא חלק זה.
Method map
The neighbourhood of related methods — select a node to explore.
מקורות
- 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 ↗
איך לצטט עמוד זה
ScholarGate. (2026, June 3). Gradient Boosting Machine (Ensemble of Additive Decision Trees). ScholarGate. https://scholargate.app/he/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.
- AdaBoostלמידת מכונה↔ compare
- CatBoostלמידת מכונה↔ compare
- עץ החלטהלמידת מכונה↔ compare
- LightGBMלמידת מכונה↔ compare
- יער אקראילמידת מכונה↔ compare
- XGBoostלמידת מכונה↔ compare