Skip to content

Commit e23a6a8

Browse files
authored
updated readme
1 parent 3e85a4f commit e23a6a8

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ There are plenty of other tutorials out there, but they all seem to have one of
1212
3. Deep Learning Building Blocks: Affine maps, non-linearities, and objectives
1313
4. Optimization and Training
1414
5. Creating Network Components in Pytorch
15+
* Example: Logistic Regression Bag-of-Words text classifier
1516
6. Word Embeddings: Encoding Lexical Semantics
16-
7. Making Decisions
17-
8. Sequence modeling and Long-Short Term Memory Networks
18-
19-
My intention is for the tutorial to contain several fully working examples and exercises for students. They will be:
20-
21-
* A Bag of words classifier
22-
* An N-Gram language modeler using an MLP
23-
* A language modeler using an LSTM
24-
* A more complicated LSTM example: something with part of speech tagging
25-
* CBOW
26-
* Something with the network architecture depending on the sentence (probably a POS tagger with a viterbi decoder)
27-
* Something where you use an LSTM one step at a time (like a Stack LSTM, but not that because that is in the pset)
17+
* Example: N-Gram Language Modeling
18+
* Exercise: Continuous Bag-of-Words for learning word embeddings
19+
7. Sequence modeling and Long-Short Term Memory Networks
20+
* Example: An LSTM for Part-of-Speech Tagging
21+
* Exercise: LSTM Language Modeling
22+
8. Advanced: Making Dynamic Decisions
23+
* Example: Bi-LSTM Conditional Random Field for named-entity recognition

0 commit comments

Comments
 (0)