Machine learningDeep learning / NLP / CV
LSTM 迁移学习
LSTM 迁移学习是一种技术,其中长短期记忆(Long Short-Term Memory, LSTM)网络首先在一个大型源语料库或任务上进行预训练,然后将其学习到的权重迁移并微调到一个较小的目标任务上。这种方法由 ULMFiT (Howard & Ruder, 2018) 推广,即使标记的目标数据稀少,也能使基于 LSTM 的模型达到强大的性能。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Howard, J. & Ruder, S. (2018). Universal Language Model Fine-Tuning for Text Classification. Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (ACL), 328–339. DOI: 10.18653/v1/P18-1031 ↗
- Transfer learning. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Transfer Learning with Long Short-Term Memory Networks. ScholarGate. https://scholargate.app/zh/deep-learning/transfer-learning-with-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.
- [需翻译标题:BERT-based Classification...]深度学习↔ compare
- 微调长短期记忆网络 (Fine-Tuned LSTM)深度学习↔ compare
- 门控循环单元 (GRU)深度学习↔ compare
- 长短期记忆网络(LSTM)深度学习↔ compare
- 循环神经网络迁移学习深度学习↔ compare