Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 492 Bytes

Notes-CS224N-W2020

Some personal thoughts and notes about CS224N.

Lecture1

Materials

  • Introduction and Word Vectors
  • Word2Vec Tutorial - The Skip-Gram Model

Note

Lecture2

Materials

  • Word Vectors 2 and Word Senses
  • GloVe: Global Vectors for Word Representation
  • Evaluation methods for unsupervised word embeddings

Note

Code

  • Assignment1