Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Perceptró Multicapa Multilingüe× | Perceptró Multicapa Finament Ajustat× | |
|---|---|---|
| Camp | Aprenentatge profund | Aprenentatge profund |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2010s | 1986 (MLP); fine-tuning practice formalised c. 2014 |
| Autor original≠ | McCulloch & Pitts / Rumelhart et al. (MLP); multilingual application became standard in NLP from the 2010s onward | Rumelhart, Hinton & Williams (MLP); Yosinski et al. (fine-tuning analysis) |
| Tipus≠ | Feedforward neural network (multilingual variant) | Supervised deep learning with pre-trained weight initialisation |
| Font seminal≠ | Artetxe, M., & Schwartz, H. A. (2019). Massively Multilingual Sentence Embeddings for Zero-Shot Cross-Lingual Transfer and Beyond. Transactions of the Association for Computational Linguistics, 7, 597–610. DOI ↗ | Rumelhart, D. E., Hinton, G. E., & Williams, R. J. (1986). Learning representations by back-propagating errors. Nature, 323, 533–536. DOI ↗ |
| Àlies | Multilingual MLP, cross-lingual MLP, multilingual feedforward network, multilingual FFNN | fine-tuned MLP, adapted MLP, domain-adapted multilayer perceptron, MLP fine-tuning |
| Relacionats | 4 | 4 |
| Resum≠ | A Multilingual MLP is a feedforward neural network trained on text from two or more languages, relying on shared or aligned input representations — such as multilingual word embeddings or subword vocabularies — so that a single model can process and classify text across languages without separate per-language networks. | A Fine-Tuned Multilayer Perceptron starts from weights learned on a source task — or a large general-purpose dataset — and continues training on a smaller target dataset with a reduced learning rate. This reuse of pre-learned representations allows the MLP to converge faster and generalise better than training from scratch, especially when labelled target data is scarce. |
| ScholarGateConjunt de dades ↗ |
|
|