|
|
|
|
|
by jing
2692 days ago
|
|
I think this resource could be helpful: http://colah.github.io/posts/2015-08-Understanding-LSTMs/ Essentially, RNNs and feed forward networks are very similar - RNNs are just "unrolled through time" and every timestep shares the same weights. The activations are slightly different as well, but the core concept is the same as feed forward networks; it's not a completely different concept or idea. |
|