-
Notifications
You must be signed in to change notification settings - Fork 6
RNNs
Miguel Amigot edited this page Apr 5, 2016
·
3 revisions
- Understand forward and back-propagation (Coursera's ML)
- https://www.youtube.com/watch?v=yCC09vCHzF8
- http://karpathy.github.io/2015/05/21/rnn-effectiveness/
- https://gist.github.com/karpathy/d4dee566867f8291f086
- http://www.cs.toronto.edu/~fritz/absps/RNN13.pdf (2013)
- http://andrew.gibiansky.com/blog/machine-learning/recurrent-neural-networks/
- http://colah.github.io/posts/2015-08-Understanding-LSTMs/
- https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/udacity/6_lstm.ipynb
http://www.jmlr.org/proceedings/papers/v32/graves14.pdf (2014)