LSTM: Long Short Term Memory Cells
Dive into the mathematics and intuition of Long Short Term Memory Cells (LSTM).
How does LSTM work?
LSTM (Long Short Term Memory) cells are the most commonly used RNN cell nowadays. Don’t be scared of the math! We will slowly clarify every term by inspecting every equation separately.
LSTM is the most popular RNN because it has a special memory component denoted by in the equations. It represents long-term memory.
Here is a sketch overview:
Get hands-on with 1400+ tech skills courses.