Recurrent neural network: Difference between revisions

Content deleted Content added
Line 38:
==Configurations==
{{main|Layer (deep learning)}}
An RNN-based model can be factored into two parts: configuration and architecture. Multiple RNNRNNs can be combined in a data flow, and the data flow itself is the configuration. Each RNN itself may have any architecture, including LSTM, GRU, etc.
 
=== Standard ===