Machine learningDeep learning / NLP / CV
基于Word2Vec的迁移学习
基于Word2Vec的迁移学习利用Mikolov 等人 (2013) 提出的Skip-gram或CBOW目标,在大型文本语料库上预训练的词嵌入来初始化下游自然语言处理 (NLP) 模型的嵌入层。这种方法将分布式语义知识迁移到标记数据稀缺的任务中,其性能始终优于随机初始化。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Mikolov, T., Sutskever, I., Chen, K., Corrado, G. S., & Dean, J. (2013). Distributed representations of words and phrases and their compositionality. Advances in Neural Information Processing Systems (NIPS), 26, 3111-3119. link ↗
- Kim, Y. (2014). Convolutional Neural Networks for Sentence Classification. Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), 1746-1751. DOI: 10.3115/v1/D14-1181 ↗
如何引用本页
ScholarGate. (2026, June 3). Transfer Learning with Word2Vec Pre-trained Embeddings. ScholarGate. https://scholargate.app/zh/deep-learning/transfer-learning-with-word2vec
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.
- 微调 Word2Vec (Fine-Tuned Word2Vec)深度学习↔ compare
- LDA主题模型深度学习↔ compare
- 循环神经网络深度学习↔ compare
- 句子嵌入深度学习↔ compare
- BERT 기반 전이 학습深度学习↔ compare