August 2017
Beginner to intermediate
340 pages
8h 42m
English
The last algorithm in doc2vec is modeled after the word2vec skip-gram model, with one exception--instead of using the focus word as the input, we will now take the document ID as the input and try to predict randomly sampled words from the document. That is, we will completely ignore the context words in our output altogether:

Like word2vec, we can take similarities of documents of N words using these paragraph vectors, which have proven hugely successful in both supervised and unsupervised tasks. Here are some of the experiments that Mikolov et. al ran using, notably, the supervised task that leverages the ...
Read now
Unlock full access