Open dafajon opened 4 years ago
After Bert and TfIdf vectors, Word2Vec will come into play. Just as there is TfIdf for document level. Implement a Doc2Vec model with current extended corpus.
Current Doc2Vec will be mean of Word2Vec vectors. Gensin will be utilized again for Doc2Vec training.
After Bert and TfIdf vectors, Word2Vec will come into play. Just as there is TfIdf for document level. Implement a Doc2Vec model with current extended corpus.