Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| LoRA i PEFT× | XGBoost× | |
|---|---|---|
| Camp≠ | Aprenentatge profund | Aprenentatge automàtic |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2022 | 2016 |
| Autor original≠ | Hu, E. J. et al.; Lester, B. et al. | Chen, T. & Guestrin, C. |
| Tipus≠ | Parameter-efficient fine-tuning of large pretrained models | Ensemble (gradient-boosted decision trees) |
| Font seminal≠ | 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 ↗ |
| Àlies≠ | LoRA ve PEFT — Parametre Verimli İnce Ayar, Low-Rank Adaptation, parameter-efficient fine-tuning, prefix tuning | XGBoost, extreme gradient boosting, scalable tree boosting |
| Relacionats | 5 | 5 |
| Resum≠ | 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. |
| ScholarGateConjunt de dades ↗ |
|
|