Machine learningDeep learning / NLP / CV
多语言长短期记忆网络
多语言长短期记忆网络(Multilingual LSTM)是一种经过训练或微调以处理多种语言序列的循环神经网络。它通常通过共享跨语言特定的或联合的子词嵌入(subword embeddings)来实现。它能够捕捉文本中的长程依赖关系,并应用于多语言分类、命名实体识别、情感分析和序列标注等任务。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Hochreiter, S. & Schmidhuber, J. (1997). Long Short-Term Memory. Neural Computation, 9(8), 1735–1780. DOI: 10.1162/neco.1997.9.8.1735 ↗
- Long short-term memory. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Multilingual Long Short-Term Memory Network. ScholarGate. https://scholargate.app/zh/deep-learning/multilingual-lstm
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.
- 长短期记忆网络(LSTM)深度学习↔ compare
- 多语言GRU深度学习↔ compare
- 多语言循环神经网络深度学习↔ compare
- 多语言句子嵌入深度学习↔ compare
- 多语言 Transformer深度学习↔ compare