What is: Skip-gram Word2Vec?
Source | Efficient Estimation of Word Representations in Vector Space |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Skip-gram Word2Vec is an architecture for computing word embeddings. Instead of using surrounding words to predict the center word, as with CBow Word2Vec, Skip-gram Word2Vec uses the central word to predict the surrounding words.
The skip-gram objective function sums the log probabilities of the surrounding words to the left and right of the target word to produce the following objective: