Multi-Class Text Classification with Doc2Vec & Logistic Regression

Author: Matt Mayo Editor

Doc2vec is an NLP tool for representing documents as a vector and is a generalizing of the word2vec method. In order to understand doc2vec, it is advisable to understand word2vec approach.

Go to Source