Search

Search IconIcon to open search

Word2Vec

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 29.11.2024, 10:50
modified 15.02.2026, 11:03
published Empty
topics Word2Vec
authors Empty
ai-assisted No

The first shallow window method for the computation of word embeddings is Word2Vec. This method creates static embeddings, which means there is always one embedding for each word in the vocabulary.

Word2Vec has two main architectures for generating word embeddings:

  1. Continuous Bag-of-Words (CBOW)
  2. Skip-Gram