Skip to content

Commit a6a29d5

Browse files
committed
- updating readme with todo and links to some useful resources
1 parent 9fd18fc commit a6a29d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,22 @@ Why learn Torch?
1111

1212
Curated list of torch tutorials:
1313
[`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+

0 commit comments

Comments
 (0)