File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,22 @@ Why learn Torch?
11
11
12
12
Curated list of torch tutorials:
13
13
[ ` link ` ] ( https://github.com/carpedm20/awesome-torch#tutorials )
14
+
15
+ Awesome Recurrent Neural Networks:
16
+ [ ` link ` ] ( https://github.com/kjw0612/awesome-rnn )
17
+
18
+ Neural Network Papers:
19
+ [ ` link ` ] ( https://github.com/robertsdionne/neural-network-papers#convolutional-recurrent-neural-networks )
20
+
21
+ TODO
22
+ - check and use
23
+ [ Moses] ( https://github.com/Yonaba/Moses/blob/master/doc/tutorial.md )
24
+ - go through [ nn] ( https://github.com/torch/nn ) module documentation and check
25
+ how some to the functionality is implemented
26
+ - Read [ ` LSTM: A Search Space Odyssey ` ] ( http://arxiv.org/pdf/1503.04069v1.pdf )
27
+ and implement LSTM.
28
+ - Read [ `Learning Phrase Representations using RNN Encoder–Decoder
29
+ for Statistical Machine Translation`] ( http://arxiv.org/pdf/1406.1078.pdf ) and
30
+ implement a GRU.
31
+
32
+
You can’t perform that action at this time.
0 commit comments