Machine learningMachine learning
앙상블 준지도 학습
앙상블 준지도 학습은 다수의 기본 학습기를 준지도 학습 패러다임과 결합하여, 소량의 레이블된 데이터셋과 대량의 레이블되지 않은 데이터를 모두 활용합니다. 다양한 분류기들이 의사 레이블링(pseudo-labeling) 또는 공동 학습(co-training)을 통해 서로를 학습하게 함으로써, 앙상블은 단독 접근 방식으로는 제한된 레이블로 달성할 수 있는 것보다 훨씬 뛰어난 일반화 성능을 향상시킵니다.
방법 전문 읽기
회원 전용
로그인무료 계정으로 로그인하면 이 섹션을 읽을 수 있습니다.
Method map
The neighbourhood of related methods — select a node to explore.
출처
- Zhou, Z.-H., & Li, M. (2005). Tri-training: Exploiting unlabeled data using three classifiers. IEEE Transactions on Knowledge and Data Engineering, 17(11), 1529–1541. DOI: 10.1109/TKDE.2005.186 ↗
- Blum, A., & Mitchell, T. (1998). Combining labeled and unlabeled data with co-training. Proceedings of the 11th Annual Conference on Computational Learning Theory (COLT 1998), pp. 92–100. ACM. DOI: 10.1145/279943.279962 ↗
이 페이지 인용 방법
ScholarGate. (2026, June 3). Ensemble Semi-supervised Learning (Combining Ensemble Methods with Semi-supervised Paradigms). ScholarGate. https://scholargate.app/ko/machine-learning/ensemble-semi-supervised-learning
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.
- 배깅 (Bootstrap Aggregating)머신러닝↔ compare
- 부스팅머신러닝↔ compare
- 자기 지도 학습머신러닝↔ compare
- 준지도 학습머신러닝↔ compare
- 전이 학습머신러닝↔ compare
- Voting Ensemble머신러닝↔ compare