How to implement an RNN (2/2) - Tensor data and non-linearities

rnnbackpropagation-through-timermspropnesterov-momentumnumpy

Abstraction: From-scratch NumPy RNN with tensor input, tanh activations, and RMSProp optimizer

Key points:

Connections: Recurrent Neural Networks · Backpropagation Through Time · Gradient Descent

Source: https://peterroelants.github.io/posts/rnn-implementation-part02/