December 2018
Intermediate to advanced
764 pages
18h 18m
English
LSTM Network is computationally expensive, hence, researchers found an almost equally effective configuration of RNNs, known as Gated Recurrent Unit (GRU) architecture.
In GRU, instead of a working and a long-term memory, only one kind of memory is used, indicated with h (hidden state). The GRU cell adds information to this state memory or removes information from this state memory through reset and update gates.
Following diagram depicts the GRU cell (explanation follows the diagram):

The internal flow through the gates in the GRU cell is as follows:
Read now
Unlock full access