循环神经网络重要的论文博客汇总

Recurrent Neural Network 学习之路

来源于http://blog.csdn.net/yangyangyang20092010/article/details/50374289

Followed by distinctive figures in corresponding articles.

1. Read paper: “A critical review of Recurrent Neural Networks for Sequence Learning”.

循环神经网络重要的论文博客汇总_第1张图片循环神经网络重要的论文博客汇总_第2张图片

2. Read blog: LSTM简介以及数学推导(FULL BPTT)

循环神经网络重要的论文博客汇总_第3张图片

3. Read blog: Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNs

循环神经网络重要的论文博客汇总_第4张图片

Another way to build deep Recurrent Neural Networks:Generating Sequences with Recurrent Neural Networks

循环神经网络重要的论文博客汇总_第5张图片


4. Read blog:The unreasonable effectiveness of Recurrent Neural Network - Andrej Karpathy blog


循环神经网络重要的论文博客汇总_第6张图片

循环神经网络重要的论文博客汇总_第7张图片

循环神经网络重要的论文博客汇总_第8张图片

5. Read blog:Understanding LSTM Networks (Nice post series)

循环神经网络重要的论文博客汇总_第9张图片

循环神经网络重要的论文博客汇总_第10张图片

6. Read the important paper: “Supervised Sequence Labelling with Recurrent Neural Networks” - Alex Graves

循环神经网络重要的论文博客汇总_第11张图片 循环神经网络重要的论文博客汇总_第12张图片

7. Read the special tutorial from Schmidhuber (IDSIA):

http://people.idsia.ch/~juergen/lstm/sld001.htm

循环神经网络重要的论文博客汇总_第13张图片

8. Take a note for this paper: A clockwork RNN

循环神经网络重要的论文博客汇总_第14张图片

9. read a paper about early stopping for training: Early stopping-but when?

10. keep in touch with the work from DeepMind: https://deepmind.com/publications.html


Code learning:

1. blog: http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/

2. Andrej Karpathy:

Minimal character-level language model with a Vanilla Recurrent Neural Network

3. code from uyaseen. It’s proved to be runable.

https://github.com/uyaseen/theano-recurrence




你可能感兴趣的:(深度学习,LSTM)