Machine learningDeep learning / NLP / CV
多言語リカレントニューラルネットワーク
多言語リカレントニューラルネットワーク(多言語RNN)は、標準的なRNNアーキテクチャ(隠れ状態を維持しながらシーケンスをステップごとに処理する)を、2つ以上の言語にまたがるデータに適用するものです。多言語コーパスで学習したり、言語間でパラメータを共有したりすることで、モデルは翻訳、タグ付け、分類、言語モデリングタスクに有用な、言語横断的なシーケンス表現を学習します。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
+2 more
出典
- Elman, J. L. (1990). Finding structure in time. Cognitive Science, 14(2), 179–211. DOI: 10.1207/s15516709cog1402_1 ↗
- Recurrent neural network. Wikipedia. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Multilingual Recurrent Neural Network (Cross-lingual RNN). ScholarGate. https://scholargate.app/ja/deep-learning/multilingual-recurrent-neural-network
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Gated Recurrent Unit (GRU)深層学習↔ compare
- Long Short-Term Memory (LSTM)深層学習↔ compare
- 多言語LSTM (Multilingual LSTM)深層学習↔ compare
- 多言語トランスフォーマー深層学習↔ compare
- リカレントニューラルネットワーク (RNN)深層学習↔ compare