Machine learningDeep learning / NLP / CV
Fine-Tuned Word2Vec
Fine-Tuned Word2Vec adapts a pre-trained Word2Vec model to a specific domain or task by continuing its training on domain-specific text. Rather than training embeddings from scratch, practitioners load general-purpose vectors (e.g., Google News embeddings) and run additional Skip-gram or CBOW epochs on domain corpora, shifting word representations toward domain-specific usage patterns.
MethodMind'de açSoonVideoSoon
Tam yöntemi oku
Members only
Sign inSign in with a free account to read this section.
Sources
- 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 ↗