Recurrent Neural Network
refer to http://cs231n.stanford.edu/
-
We can process a sequence of vectors x by applying a recurrence formula at every time step:
-
Notice: the same function and the same set of parameters are used at every time step.