Machine learningMachine learning
로버스트 부스팅(Robust Boosting)
로버스트 부스팅은 표준 부스팅 알고리즘(예: AdaBoost 또는 그래디언트 부스팅)을 수정하여, 기본 지수 손실(exponential loss) 또는 제곱 손실(squared loss)을 로버스트 손실 함수(예: Huber, 로지스틱, 또는 절단 손실)로 대체하거나, 노이즈 허용 메커니즘을 통합함으로써, 훈련 데이터에 이상치, 레이블 노이즈 또는 두터운 꼬리 오차(heavy-tailed errors)가 포함되어 있더라도 앙상블이 정확도를 유지하도록 합니다.
방법 전문 읽기
회원 전용
로그인무료 계정으로 로그인하면 이 섹션을 읽을 수 있습니다.
Method map
The neighbourhood of related methods — select a node to explore.
출처
- Freund, Y. (2001). An adaptive version of the boost by majority algorithm. Machine Learning, 43(3), 293–318. DOI: 10.1023/A:1010852229904 ↗
- Mason, L., Baxter, J., Bartlett, P., & Frean, M. (2000). Boosting Algorithms as Gradient Descent. Advances in Neural Information Processing Systems (NIPS), 12, 512–518. link ↗
이 페이지 인용 방법
ScholarGate. (2026, June 3). Robust Boosting (Boosting with Robust Loss Functions). ScholarGate. https://scholargate.app/ko/machine-learning/robust-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.
- 부스팅머신러닝↔ compare
- 그래디언트 부스팅머신러닝↔ compare
- 정규화 부스팅머신러닝↔ compare
- Robust Gradient Boosting머신러닝↔ compare
- 로버스트 랜덤 포레스트머신러닝↔ compare
- XGBoost머신러닝↔ compare