Gated Recurrent Units (GRUs)
Know a great resource on Gated Recurrent Units? Send it to us at contactbackprop@gmail.com!
Papers
Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation
Original Paper introducing GRUs from 2014
Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling
A paper that compares LSTMs and GRUs to RNNs
Posts
Gated Recurrent Unit With Pytorch
Explanation of GRUs with illustrations and Pytorch code for guidance
Textbook Sections
GRUs | Deep Learning Chapter 10.10.2 (Page 407)
A section on LSTMS from the Goodfellow Deep Learning textbook
Gated Recurrent Units | Chapter 9.1
A section on LSTMs from the Deep Dive into Deep Learning textbook
Tagged Pages: Long Short-Term Memory
Know a great resource on Gated Recurrent Units? Send it to us at contactbackprop@gmail.com!