Skip to content

Recurrent Neural Networks🔗

Introduction

Time-series Forecasting

Additional Resources🔗

Time series forecasting tutorial in Tensorflow.

Stanford's CS231n lecture on Recurrent Neural Networks, covering RNNs, backpropagation through time, and LSTMs.

The deep learning book is fully available online and contains many great examples. Notebook versions of those examples are available here. Chapter 10 covers recurrent neural networks.