An open API service indexing awesome lists of open source software.

https://github.com/omarsar/rnn_introduction_fundamentals

Introduction to the Fundamentals of RNN
https://github.com/omarsar/rnn_introduction_fundamentals

classification deep-learning machine-learning recurrent-neural-networks rnn rnn-tensorflow

Last synced: 2 months ago
JSON representation

Introduction to the Fundamentals of RNN

Awesome Lists containing this project

README

        

Introduction to the Fundamentals of Recurrent Neural Networks (RNNs). This material is for beginners and anyone wanting to review the basics of Recurrent Neural Networks. All code is in Tensorflow.

Find accompanying slides [here](https://github.com/omarsar/rnn_introduction_fundamentals/blob/master/Introduction%20to%20fundamentals%20of%20RNNs.pdf).

Find accompanying code [here](https://github.com/omarsar/rnn_introduction_fundamentals/blob/master/RNN.ipynb).

Preview of Slides:

![alt txt](https://docs.google.com/drawings/d/e/2PACX-1vTjABLRkXNr11N5k3o14X-cJnPM5cCrpu2Z1t1BL0Mx1B6pRXb60KHtmaIyeEYV_2NdU3F5zE60AIF7/pub?w=600&h=300)

Preview of Jupyter Nodebook:

![alt txt](https://github.com/omarsar/rnn_introduction_fundamentals/blob/master/rnn_preview.gif)