Phase 8 · Deep Learning Architectures

Topics

LSTMs & GRUs

Part of the AI Engineer Roadmap.

Summary

Gated variants of RNNs that use memory cells and gates to retain information over longer sequences — solved the vanishing gradient problem that limited plain RNNs.

How to Learn This

  • 1Train an LSTM on a sequence task and compare it to a plain RNN.
  • 2Learn what the forget, input and output gates each control.
  • 3Understand why GRUs are a simpler, often faster alternative to LSTMs.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge