February 2018
Beginner to intermediate
258 pages
5h 47m
English
Gated recurrent units (GRUs) share a similar design philosophy to LSTM layers. They consist of:
The updates are given by the following recurrence relations:

The reset gate tells us how to put together the input with the previous memory. The update gate defines how much of the previous memory we should keep for the next iteration. This helps the network to forget useless things, and create connections with newer evidence. The resulting network has no hidden memory (c) which is independent of the internal state, as in the case with LSTMs. They also have input and ...
Read now
Unlock full access