Recurrent Neural Networks
Some well-explained blog articles on RNNs.
Understanding LSTM Networks
Reference: http://colah.github.io/posts/2015-08-Understanding-LSTMs/
Earlier, I mentioned the remarkable results people are achieving with RNNs. Essentially all of these are achieved using LSTMs. They really work a lot better for most tasks!