0PricingLogin
Learn AI with Python · Lesson

GloVe and FastText Embeddings

Global co-occurrence statistics, subword FastText, loading pretrained embeddings.

Beyond Word2Vec

Word2Vec learns from local context windows. Two other influential embeddings take different approaches: GloVe uses global statistics, and FastText uses character pieces.

What Is GloVe

GloVe (Global Vectors) is trained on a global co-occurrence matrix: how often each pair of words appears together across the whole corpus, not just local windows.

All lessons in this course

  1. Word2Vec: Skip-gram and CBOW
  2. GloVe and FastText Embeddings
  3. Text Classification with BERT
  4. Semantic Similarity and Sentence Embeddings
← Back to Learn AI with Python