how to fine-tune word2vec when training our CNN for text classification?
问题 I have 3 Questions about fine-tuning word vectors. Please, help me out. I will really appreciate it! Many thanks in advance! When I train my own CNN for text classification, I use Word2vec to initialize the words, then I just employ these pre-trained vectors as my input features to train CNN, so if I never had a embedding layer, it surely can not do any fine-tunes through back-propagation. my question is if I want to do fine-tuning, does it means to create a Embedding layer?and how to create