GRU RNN Algorithm
Jump to navigation
Jump to search
A GRU RNN Algorithm is a recurrent neural network training algorithm that accepts a GRU model (with GRU nodes).
- Context:
- It can be implemented by an LSTM training system to train a Long Short-Term Memory (LSTM) Neural Network.
- …
- Example(s):
- (Sutskever et al., 2014)'s.
- …
- Counter-Example(s):
- See: Bidirectional LSTM.