Jaehyek Choi Embedded/Firmware Engineer

Deep Learning summary from http://hunkim.github.io/ml/ (4)

2017-01-15
Jaehyek

Recurrent Neural Network

refer to http://cs231n.stanford.edu/

  1. We can process a sequence of vectors x by applying a recurrence formula at every time step:

  2. Notice: the same function and the same set of parameters are used at every time step.

001 002


Similar Posts

Comments