RNN

[!def] Equation of RNN
$$
h_t = tanh(x_t W_x + b_x + h_{t-1} W_h + b_h)
$$