Skip to content

Commit

Permalink
upd syllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopsarkar committed Oct 5, 2023
1 parent afb34be commit 438d9f6
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions _data/syllabus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
- title: "Word Vectors"
tag: w2v
include: true
current: true
current: false
notes:
- title: "Word Vectors"
url: "assets/slides/wordvectors.pdf"
Expand All @@ -114,13 +114,40 @@
- title: "Word2Vec (Jurafsky and Martin)"
url: "assets/cached/slp3/vector2.pdf"
optional: true
- title: "Tokenization"
tag: bpe
include: true
current: true
notes:
- title: "Tokenization into Sub-wordsusing Byte-Pair Encoding"
url: "http://nbviewer.jupyter.org/github/anoopsarkar/nlp-class/blob/gh-pages/assets/notebooks/bpe.ipynb"
download: "http://github.com/anoopsarkar/nlp-class/raw/gh-pages/assets/notebooks/bpe.ipynb"
links:
- title: "BPE tutorial at Huggingface"
url: ""https://huggingface.co/learn/nlp-course/chapter6/5?fw=pt"
author: "Huggingface"
optional: true
- title: "Sequence prediction"
tag: linearseq
include: true
current: false
notes:
- title: "Sequence prediction"
url: "assets/slides/linearseq.pdf"
links:
- author: Erik F. Tjong Kim Sang and Sabine Buchholz
title: "Introduction to the CoNLL-2000 Shared Task: Chunking"
url: "http://www.cnts.ua.ac.be/conll2000/pdf/12732tjo.pdf"
- title: "Feedforward neural networks"
tag: ff
include: true
current: false
current: true
notes:
- title: "Feedforward neural networks"
url: "assets/slides/ff.pdf"
- title: "Multi-layer Perceptrons for n-gram LMs"
url: "http://nbviewer.jupyter.org/github/anoopsarkar/nlp-class/blob/gh-pages/assets/notebooks/mlp.ipynb"
download: "http://github.com/anoopsarkar/nlp-class/raw/gh-pages/assets/notebooks/mlp.ipynb"
- title: "Feedforward networks and XOR"
url: "http://nbviewer.jupyter.org/github/anoopsarkar/nlp-class/blob/gh-pages/assets/notebooks/ff.ipynb"
download: "http://github.com/anoopsarkar/nlp-class/raw/gh-pages/assets/notebooks/ff.ipynb"
Expand All @@ -144,18 +171,7 @@
url: "http://cs231n.github.io/neural-networks-3/"
author: "Andrej Karpathy"
optional: true
- title: "Sequence prediction"
tag: linearseq
include: true
current: false
notes:
- title: "Sequence prediction"
url: "assets/slides/linearseq.pdf"
links:
- author: Erik F. Tjong Kim Sang and Sabine Buchholz
title: "Introduction to the CoNLL-2000 Shared Task: Chunking"
url: "http://www.cnts.ua.ac.be/conll2000/pdf/12732tjo.pdf"
- title: "Sequence to sequence prediction"
- title: "Sequence to sequence alignment"
tag: smt
include: true
current: false
Expand Down

0 comments on commit 438d9f6

Please sign in to comment.