Backpropagation Through Time
Concept
The method used for training recurrent neural networks like LSTMs, facilitated by Theano's 'scan' function and its gradient computation.
Mentioned in 1 video
The method used for training recurrent neural networks like LSTMs, facilitated by Theano's 'scan' function and its gradient computation.