Gated Recurrent Neural Networks (Gated RNN)

Gated Recurrent Neural Networks (Gated RNN)

Gated Recurrent Neural Networks (Gated RNN)

Gated RNN - Types

Long-Short Term Memory (LSTM)

Gated Recurrent Unit (GRU)

  • is a type of gated RNN
  • introduced in 2014 by Kyunghyun Cho et al
  • the GRU is like an LSTM with a forget gate, but has fewer parameters than LSTM, as it lacks an output gate

Gated RNN - Comparisons

Resources