Continuous Bag-of-Words (CBOW)
Properties
created
29.11.2024, 10:51
modified
15.02.2026, 11:03
published
Empty
topics
Word2Vec
authors
Empty
ai-assisted
No
- Predict the target word (center word) from the surrounding context words.
- The model averages the vectors of context words and uses this average to predict the target word.
- Faster to train since it predicts only one word from multiple context words.
