Deep Learning: Difference between revisions
No edit summary |
|||
Line 1,877: | Line 1,877: | ||
===Recurrent Neural Networks (RNNs)=== | ===Recurrent Neural Networks (RNNs)=== | ||
Hidden state: <math>h_t = \tanh(W_{hh} h_{t-1} + W_{xh} x_t)</math> | |||
Prediction at t: <math>y_t = W h_{t}</math> | |||
==Misc== | ==Misc== |