Machine learningDeep learning / NLP / CV
循环神经网络迁移学习
循环神经网络迁移学习(TL-RNN)重用在大型源任务(如语言建模或序列预测)上通过RNN学习到的权重,并将其调整到新的、通常较小的目标任务。这种策略使实践者能够在不需要大量标记数据集的情况下获得强大的序列建模性能。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Pan, S. J., & Yang, Q. (2010). A Survey on Transfer Learning. IEEE Transactions on Knowledge and Data Engineering, 22(10), 1345–1359. DOI: 10.1109/TKDE.2009.191 ↗
- Transfer learning. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Transfer Learning with Recurrent Neural Network (TL-RNN). ScholarGate. https://scholargate.app/zh/deep-learning/transfer-learning-with-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.
- 微调循环神经网络深度学习↔ compare
- 门控循环单元 (GRU)深度学习↔ compare
- 长短期记忆网络(LSTM)深度学习↔ compare
- 循环神经网络深度学习↔ compare
- LSTM 迁移学习深度学习↔ compare