Recurrent Neural Networks (RNN): Deep Learning for Sequential Data
Recurrent Neural Networks (RNN) are a class of Artificial Neural Networks that can process a sequence of inputs in deep learning and retain its state while processing the next sequence of inputs. Traditional neural networks will process an input and move onto the next one disregarding its sequence. Data such as time series have a sequential order that needs to be followed in order to understand. Traditional feed-forward networks cannot comprehend this as each input is assumed to be independent of each other whereas in a time series setting each input is dependent on the previous input. In Illustration 1 we see that the neural network (hidden state) A takes an xt and outputs a value ht.
Jul-1-2020, 18:12:45 GMT
- Technology: