방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 준지도학습 LightGBM× | 준지도학습 랜덤 포레스트× | |
|---|---|---|
| 분야 | 머신러닝 | 머신러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2017–2019 | 2009 |
| 창시자≠ | Ke, G. et al. (LightGBM); semi-supervised extension via community practice and research | Leistner, C., Saffari, A., Santner, J., & Bischof, H. |
| 유형≠ | Semi-supervised gradient boosting ensemble | Semi-supervised ensemble classifier |
| 원전≠ | Ke, G., Meng, Q., Finley, T., Wang, T., Chen, W., Ma, W., Ye, Q., & Liu, T.-Y. (2017). LightGBM: A highly efficient gradient boosting decision tree. Advances in Neural Information Processing Systems, 30, 3146–3154. link ↗ | Leistner, C., Saffari, A., Santner, J., & Bischof, H. (2009). Semi-supervised random forests. In Proceedings of the IEEE 12th International Conference on Computer Vision (ICCV), pp. 506–513. IEEE. DOI ↗ |
| 별칭 | SSL-LightGBM, pseudo-label LightGBM, self-training LightGBM, semi-supervised GBDT | SSL-RF, semi-supervised forest, label-propagation random forest, self-training random forest |
| 관련≠ | 4 | 3 |
| 요약≠ | Semi-supervised LightGBM combines LightGBM's highly efficient gradient boosting framework with semi-supervised strategies — most commonly pseudo-labeling or self-training — to exploit large pools of unlabeled data alongside a smaller labeled set, improving predictive performance when obtaining labels is costly or time-consuming. | Semi-supervised Random Forest (SSL-RF) extends the classic Random Forest by exploiting both labeled and unlabeled training examples. When labeling data is expensive or time-consuming, SSL-RF assigns tentative pseudo-labels to unlabeled observations through the forest itself, then retrains on the enriched dataset, progressively improving accuracy without requiring additional human annotation. |
| ScholarGate데이터셋 ↗ |
|
|