[MINI] Recurrent Neural Networks

Published: Aug. 18, 2017, 3 p.m.

b'

RNNs are a class of deep learning models designed to capture sequential behavior.\\xa0 An RNN trains a set of weights which depend not just on new input but also on the previous state of the neural network.\\xa0 This directed cycle allows the training phase to find solutions which rely on the state at a previous time, thus giving the network a form of memory.\\xa0 RNNs have been used effectively in language analysis, translation, speech recognition, and many other tasks.

'