Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning
Potential Use Cases
Robot control, Time series prediction,Speech recognition,Rhythm learning, Music composition, Grammar learning, Handwriting recognition, Human action recognition.
Target Audience
ADVANCED
Go through the following annotated itemsin order:
VIDEO 1. Introduction to RNN
What is RNN?
30 minutes
LIBRARY 2. RNN from scratch
How to implement RNN in python from scratch?
20 minutes
VIDEO 3. Long Short Term Memory (LSTM) - Introduction
What is LSTM and what is the math behind this model?
20 minutes
ARTICLE 4. Understanding LSTM
What is LSTM and how different compartment work in this model?
25 minutes
LIBRARY 5. Implementing LSTM in python
How to implement LSTM in python?
30 minutes
PAPER 6. Long Short-Term Memory (Optional- original paper)