Table 5. GRU notations and descriptions.
Notation | Description |
---|---|
z t | Update gate |
r t | Reset gate |
o t | Output gate |
Current memory content | |
h t | Output state |
h t−1 | Previous output state |
σ | sigmoid |
tanh | tanh |
W, Wz | Weights |
× | Multiplication |
⊙ | Element wise multiplication |