Skip to content

Commit 03cbecf

Browse files
authored
Update README.md
1 parent 2480978 commit 03cbecf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

2016-11_Seminar/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,15 @@ This is an implementation for relation extraction. We use the [SemEval 2010 - Ta
8383

8484
**Code:** See folder [Session 4 - LSTM Sequence Classification](https://github.com/UKPLab/deeplearning4nlp-tutorial/tree/master/2016-11_Seminar/Session%204%20-%20LSTM%20Sequence%20Classification)
8585

86+
LSTMs are a powerful model and became very popular in 2015 / 2016.
87+
88+
**Recommended Readings:**
89+
* [RNN Effectivness](http://karpathy.github.io/2015/05/21/rnn-effectiveness/)
90+
* [RNN Effectivness - Video](https://skillsmatter.com/skillscasts/6611-visualizing-and-understanding-recurrent-networks)
91+
* [Understanding LSTMs](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
92+
* [C224d Lecture 7](https://www.youtube.com/watch?v=rFVYTydGLr4)
93+
8694
## Code Session 4 - LSTM for Sequence Classification
8795
**Slides:** [pdf](https://github.com/UKPLab/deeplearning4nlp-tutorial/raw/master/2016-11_Seminar/Session%204%20-%20LSTM%20Sequence%20Classification/LSTM%20for%20Sequence%20Classification.pdf)
96+
97+
The folder contains a Keras implementation to perfrom sequence classification using LSTM. We use the [GermEval 2014 dataset](https://sites.google.com/site/germeval2014ner/) for German NER. But you can adapt the code easily to any other sequence classification problem (POS, NER, Chunking etc.). Check the slides for more information.

0 commit comments

Comments
 (0)