- Recurrent Neural Networks (RNN) – Deep Learning with Neural Networks and TensorFlow 10 (Published on Sep 13, 2016 by sentdex)
In this Deep Learning with TensorFlow tutorial, we cover the basics of the Recurrent Neural Network, along with the LSTM (Long Short Term Memory) cell, which is a very common RNN cell used.
- Recurrent Neural Networks (Published on Jul 14, 2016 by Nervana)
We motivate why recurrent neural networks are important for dealing with sequence data and review LSTMs and GRU (gated recurrent unit) architectures. GRU is simplified LSTM. Notes: BPTT( back propagation through time)
- Recurrent Neural Networks – Ep. 9 (Deep Learning SIMPLIFIED)