Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| Halbüberwachte LightGBM× | Halb-überwachtes Gradient Boosting× | |
|---|---|---|
| Fachgebiet | Maschinelles Lernen | Maschinelles Lernen |
| Familie | Machine learning | Machine learning |
| Entstehungsjahr≠ | 2017–2019 | 2006–2010s |
| Urheber≠ | Ke, G. et al. (LightGBM); semi-supervised extension via community practice and research | Chapelle, Scholkopf & Zien (eds.); applied to GBM variants in subsequent literature |
| Typ≠ | Semi-supervised gradient boosting ensemble | Semi-supervised ensemble (self-training + gradient boosted trees) |
| Wegweisende Quelle≠ | 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 ↗ | Yarowsky, D. (1995). Unsupervised word sense disambiguation rivaling supervised methods. Proceedings of ACL 1995, 189–196. (Foundational self-training framework underlying pseudo-label approaches.) link ↗ |
| Aliasnamen | SSL-LightGBM, pseudo-label LightGBM, self-training LightGBM, semi-supervised GBDT | pseudo-label gradient boosting, self-training GBM, semi-supervised GBT, label-propagation boosting |
| Verwandt≠ | 4 | 6 |
| Zusammenfassung≠ | 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 gradient boosting combines gradient boosted trees with self-training or pseudo-labeling to exploit large pools of unlabeled data alongside a small labeled set. An initial GBM fit on labeled data assigns confident predictions to unlabeled examples; those pseudo-labeled points are folded back into training and the model is re-boosted, iterating until convergence. This allows practitioners to harness cheap unlabeled data when labels are scarce or expensive. |
| ScholarGateDatensatz ↗ |
|
|