Usporedite metode
Pregledajte odabrane metode jednu uz drugu; retci koji se razlikuju su istaknuti.
| Prilagođavanje BERT-a (BERT Fine-Tuning)× | XGBoost× | |
|---|---|---|
| Područje≠ | Duboko učenje | Strojno učenje |
| Obitelj | Machine learning | Machine learning |
| Godina nastanka≠ | 2019 | 2016 |
| Tvorac≠ | Devlin, J. et al. | Chen, T. & Guestrin, C. |
| Vrsta≠ | Transfer learning (fine-tuning a pre-trained transformer) | Ensemble (gradient-boosted decision trees) |
| Temeljni izvor≠ | 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 ↗ |
| Drugi nazivi≠ | BERT İnce Ayar (Fine-Tuning), BERT ince ayar, fine-tuning BERT, transfer learning with BERT | XGBoost, extreme gradient boosting, scalable tree boosting |
| Srodne | 5 | 5 |
| Sažetak≠ | 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. |
| ScholarGateSkup podataka ↗ |
|
|