Usporedite metode
Pregledajte odabrane metode jednu uz drugu; retci koji se razlikuju su istaknuti.
| Domenski prilagođeni GRU× | Domenski prilagođena rekurentna neuronska mreža× | |
|---|---|---|
| Područje | Duboko učenje | Duboko učenje |
| Obitelj | Machine learning | Machine learning |
| Godina nastanka≠ | 2016–present | 2010s |
| Tvorac≠ | Cho et al. (GRU, 2014); Ganin et al. (domain-adversarial framework, 2016) | Ganin et al.; Pan & Yang (domain adaptation frameworks applied to RNNs) |
| Vrsta≠ | Sequence model with domain adaptation | Domain-adaptive sequential model |
| Temeljni izvor≠ | Cho, K., van Merrienboer, B., Gulcehre, C., Bahdanau, D., Bougares, F., Schwenk, H., & Bengio, Y. (2014). Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation. In Proceedings of EMNLP 2014 (pp. 1724–1734). Association for Computational Linguistics. link ↗ | Ganin, Y., Ustunova, E., Ajakan, H., Germain, P., Larochelle, H., Laviolette, F., Marchand, M., & Lempitsky, V. (2016). Domain-adversarial training of neural networks. Journal of Machine Learning Research, 17(59), 1–35. link ↗ |
| Drugi nazivi | DA-GRU, Domain-Adapted GRU, GRU with Domain Adaptation, Domain-Shift-Robust GRU | DA-RNN, domain-adaptive RNN, domain-adapted recurrent network, cross-domain RNN |
| Srodne≠ | 4 | 6 |
| Sažetak≠ | Domain-Adaptive GRU combines the Gated Recurrent Unit architecture with domain adaptation techniques to train a sequence model on a labeled source domain and transfer it to a different but related target domain, reducing performance degradation caused by distribution shift. It is widely applied in NLP tasks such as cross-domain sentiment analysis, named entity recognition, and text classification where labeled target-domain data is scarce. | A Domain-adaptive Recurrent Neural Network (DA-RNN) is a recurrent neural network trained on a source domain and adapted to a target domain using domain adaptation techniques such as adversarial training, feature alignment, or fine-tuning. It enables sequential models to generalise across domains when labeled target-domain data is scarce or unavailable. |
| ScholarGateSkup podataka ↗ |
|
|