Learn Before
Concept
Continuous Bag of Words (CBOW)
The continuous bag of words (CBOW) is one of the two core models that make up the word2vec tool. It operates on the foundational assumption that a center word is generated based on its surrounding context words. Functioning as a self-supervised model, it learns semantically meaningful word representations by utilizing conditional probabilities to predict a target word from its surrounding context in unlabeled corpora.
0
1
Updated 2026-05-24
Tags
D2L
Dive into Deep Learning @ D2L