File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,12 @@ There are plenty of other tutorials out there, but they all seem to have one of
12
12
3 . Deep Learning Building Blocks: Affine maps, non-linearities, and objectives
13
13
4 . Optimization and Training
14
14
5 . Creating Network Components in Pytorch
15
+ * Example: Logistic Regression Bag-of-Words text classifier
15
16
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
You can’t perform that action at this time.
0 commit comments