Machine learningDeep learning / NLP / CV
微调 Word2Vec (Fine-Tuned Word2Vec)
微调 Word2Vec 通过在特定领域的文本上继续训练,使预训练的 Word2Vec 模型适应特定领域或任务。实践者不是从头开始训练词嵌入,而是加载通用向量(例如,Google News 嵌入),然后在领域语料库上运行额外的 Skip-gram 或 CBOW 周期,将词语表示转移到特定领域的用法模式。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Mikolov, T., Chen, K., Corrado, G., & Dean, J. (2013). Efficient estimation of word representations in vector space. In Proceedings of ICLR 2013 Workshop. link ↗
- Goldberg, Y., & Levy, O. (2014). word2vec Explained: Deriving Mikolov et al.'s negative-sampling word-embedding method. arXiv preprint arXiv:1402.3722. link ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned Word2Vec (Domain-Adapted Word Embeddings via Continued Training). ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-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.
- [需翻译标题:BERT-based Classification...]深度学习↔ compare
- 微调 BERT 分类深度学习↔ compare
- 微调句嵌入深度学习↔ compare
- LDA主题模型深度学习↔ compare
- 循环神经网络深度学习↔ compare
- 句子嵌入深度学习↔ compare