Simple: Doc2Vec explained
Doc2vec is based on word2vec. If you do not familiar with word2vec (i.e. skip-gram and CBOW), you may check out my previous post. Doc2vec also uses unsupervised learning approach to learn the document representation like word2vec. The main motivation of doc2vec is to represent document into numeric value. There are so many ways …