Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Take note of lecture 2 #13

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion Lectures/Lecture 02/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# Word Vectors 2 and Word Senses
# Lecture 2: Word Vectors, WordSenses and Classifier Review

## Table of content
1. [Word2vec](#word2vec)
1. [Gradient Descent](#gradient-descent)
1. [Co-occurrence matrix](#co-occurrence-matrix)
1. [GloVe](#glove)
1. [Evaluate word vectors](#evaluate-word-vectors)
1. [Word senses and word sense ambiguity](#word-senses-and-word-sense-ambiguity)
1. [Classification review and notation](#classification-review-and-notation)
1. [Reference](#reference)

## Word2vec

## Gradient Descent

## Co-occurrence matrix

## GloVe

## Evaluate word vectors

## Word senses and word sense ambiguity

## Classification review and notation

## Reference

- [Slide](http://web.stanford.edu/class/cs224n/slides/cs224n-2020-lecture02-wordvecs2.pdf)
- [Note](http://web.stanford.edu/class/cs224n/readings/cs224n-2019-notes02-wordvecs2.pdf)
Expand Down