Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| BERT-Feinabstimmung× | XGBoost× | |
|---|---|---|
| Fachgebiet≠ | Deep Learning | Maschinelles Lernen |
| Familie | Machine learning | Machine learning |
| Entstehungsjahr≠ | 2019 | 2016 |
| Urheber≠ | Devlin, J. et al. | Chen, T. & Guestrin, C. |
| Typ≠ | Transfer learning (fine-tuning a pre-trained transformer) | Ensemble (gradient-boosted decision trees) |
| Wegweisende Quelle≠ | Devlin, J., Chang, M.-W., Lee, K. & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. NAACL. DOI ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| Aliasnamen≠ | BERT İnce Ayar (Fine-Tuning), BERT ince ayar, fine-tuning BERT, transfer learning with BERT | XGBoost, extreme gradient boosting, scalable tree boosting |
| Verwandt | 5 | 5 |
| Zusammenfassung≠ | BERT fine-tuning, building on the BERT model introduced by Devlin and colleagues in 2019, re-trains a pre-trained BERT model on a small labelled dataset for a target task such as classification, named-entity recognition, or question answering. Through transfer learning it reaches high performance even with relatively little task-specific data. | XGBoost (Extreme Gradient Boosting) is a scalable tree-boosting algorithm introduced by Tianqi Chen and Carlos Guestrin in 2016. It builds a strong predictor by adding decision trees one at a time, each correcting the errors left by the trees before it, and is a powerful prediction method widely used in competitions. |
| ScholarGateDatensatz ↗ |
|
|