방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 다국어 다층 퍼셉트론× | Fine-Tuned Multilayer Perceptron× | |
|---|---|---|
| 분야 | 딥러닝 | 딥러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2010s | 1986 (MLP); fine-tuning practice formalised c. 2014 |
| 창시자≠ | 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) |
| 유형≠ | Feedforward neural network (multilingual variant) | Supervised deep learning with pre-trained weight initialisation |
| 원전≠ | 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 ↗ |
| 별칭 | Multilingual MLP, cross-lingual MLP, multilingual feedforward network, multilingual FFNN | fine-tuned MLP, adapted MLP, domain-adapted multilayer perceptron, MLP fine-tuning |
| 관련 | 4 | 4 |
| 요약≠ | 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. |
| ScholarGate데이터셋 ↗ |
|
|