Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 993 Bytes

GloVe Representation.md

File metadata and controls

24 lines (11 loc) · 993 Bytes

GloVe Representation Model

Quick Overview

  1. A new global logbilinear regression model that combines the advantages of the two major model families in the literature: global matrix factorization and local context window methods.
  2. The model efficiently leverages statistical information by training only on the nonzero elements in a word-word co-occurrence matrix, rather than on the entire sparse matrix or on individual context windows in a large corpus.

Presentation made for the discussion

Implementation through transfer learning

Resources

  1. Paper
  2. Video
  3. Pretrained word vectors