手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 多言語GRU× | Gated Recurrent Unit (GRU)× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2014 (GRU); multilingual applications from ~2016 | 2014 |
| 提唱者≠ | Cho, K. et al. (GRU); multilingual extension by NLP community | Cho, K., van Merrienboer, B., Gulcehre, C., Bahdanau, D., Bougares, F., Schwenk, H., & Bengio, Y. |
| 種類≠ | Recurrent sequence model (multilingual) | Recurrent neural network with gating |
| 原典≠ | 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. Proceedings of EMNLP 2014, 1724–1734. DOI ↗ | 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. link ↗ |
| 別名 | Multilingual GRU, cross-lingual GRU, multilingual gated recurrent unit, multi-language GRU | GRU, GRU network, gated RNN, GRU cell |
| 関連≠ | 4 | 3 |
| 概要≠ | A Multilingual GRU is a Gated Recurrent Unit network trained on text data spanning multiple languages, enabling sequential modeling of language-sensitive tasks such as sentiment analysis, named entity recognition, and machine translation across language boundaries without requiring separate models per language. | The Gated Recurrent Unit (GRU), introduced by Cho et al. in 2014, is a streamlined recurrent neural network that uses two learned gates — an update gate and a reset gate — to selectively retain or discard information across time steps, enabling effective sequence modelling with fewer parameters than LSTM. |
| ScholarGateデータセット ↗ |
|
|