Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.04 KB

RNNpresentation: A presentation about Recurrent Neural Networks.

alt text

Licensed under creative commons

I create these slides together with @thiagopbueno for a seminar at USP to explain recurrent neural networks.

Back Propagation Visualizations

Back propagation in one time step Back propagation through time (BPTT) Exploding gradient Vanishing gradient

Usage

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