Recurrent Neural Network
A Recurrent Neural Network (RNN) are mainly used to process sequential data (text, speech, time series, …), where order of element is important. It has a backpropagation mechanism to feed the results back to the network.
A Recurrent Neural Network (RNN) are mainly used to process sequential data (text, speech, time series, …), where order of element is important. It has a backpropagation mechanism to feed the results back to the network.