Licensed under creative commons
I create these slides together with @thiagopbueno for a seminar at USP to explain recurrent neural networks.
Back propagation in one time step | Back propagation through time (BPTT) | Exploding gradient | Vanishing gradient |
You can find the pdf of the presentation in the folder /src/pdf. But if you want to compile (for Ubuntu users) the latex file just run:
$ bash install.sh
$ cd src/
$ make