Methoden vergleichen
Prüfen Sie die ausgewählten Methoden nebeneinander; abweichende Zeilen sind hervorgehoben.
| LoRA und PEFT× | XGBoost× | |
|---|---|---|
| Fachgebiet≠ | Deep Learning | Maschinelles Lernen |
| Familie | Machine learning | Machine learning |
| Entstehungsjahr≠ | 2022 | 2016 |
| Urheber≠ | Hu, E. J. et al.; Lester, B. et al. | Chen, T. & Guestrin, C. |
| Typ≠ | Parameter-efficient fine-tuning of large pretrained models | Ensemble (gradient-boosted decision trees) |
| Wegweisende Quelle≠ | Hu, E. J. et al. (2022). LoRA: Low-Rank Adaptation of Large Language Models. ICLR. link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| Aliasnamen≠ | LoRA ve PEFT — Parametre Verimli İnce Ayar, Low-Rank Adaptation, parameter-efficient fine-tuning, prefix tuning | XGBoost, extreme gradient boosting, scalable tree boosting |
| Verwandt | 5 | 5 |
| Zusammenfassung≠ | LoRA (Low-Rank Adaptation), introduced by Hu et al. in 2022, and the broader family of parameter-efficient fine-tuning (PEFT) methods adapt large pretrained language models to new tasks by training only a small number of extra parameters instead of every weight in the model. This makes fine-tuning possible with far less GPU memory and compute while leaving the original model largely untouched. | 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 ↗ |
|
|