Hi
I would like to use word2vec embedding with the documents. The examples I have seen so far have shown how to use word2vec embeddings with the words like this following:
A = word2vec(emb,Vocabulary)
But if I would like to use the word2vec embedding with the documents, is there any possible way to do this? And is it possible to use the output of the word2vec with the doc2sequence?
Because my ultimate goal is to converting a document to a format like this:
embeddingDimension-by-sequenceLength-by-1
Would you please enlighten me in this regard?
댓글 수: 0
댓글을 달려면 로그인하십시오.