2017
Preventing Gradient Explosions in Gated Recurrent Units
NeurIPS 2017poster
A gated recurrent unit (GRU) is a successful recurrent neural network architecture for time-series data. The GRU is typically trained using a gradient-based method, which is subject to the exploding gradient problem in which the gradient increases significantly. This problem is caused by an abrupt c…