For questions related to the continuous bag-of-words (CBOW) model, which is a specific type of word2vec model.
Questions tagged [cbow]
4 questions
19
votes
2 answers
What are the main differences between skip-gram and continuous bag of words?
The skip-gram and continuous bag of words (CBOW) are two different types of word2vec models.
What are the main differences between them? What are the pros and cons of both methods?

DRV
- 1,573
- 2
- 11
- 18
2
votes
1 answer
What is the meaning of "continuous" in a continuous bag-of-words model?
The word continuous in mathematics is a property of either a set or a function that says that the underlying object has no discontinuity in the range mentioned. If the object is a set, then $[-1,1]$ is a continuous one while $\{-1, +1\}$ is not.…

hanugm
- 3,571
- 3
- 18
- 50
1
vote
1 answer
Is my interpretation of the mathematics of the CBOW and Skip-Gram models correct?
I am a mathematics student who is learning NLP, so I have paid a high amount of attention on the mathematics used in the subject, but my interpretations may or may not be right sometimes. Please correct me if any of them are incorrect or do not make…

Robert
- 111
- 1
0
votes
0 answers
Why is avoiding normalized models a practical solution for reducing the complexity in NNLM?
In the paper Efficient Estimation of Word Representations in Vector Space, the authors say that "avoiding normalized models completely by using models that are not normalized during training" is a practical solution for reducing the complexity that…

Propr
- 1