tgjeon / TensorFlow-Tutorials-for-Time-Series

TensorFlow Tutorial for Time Series Prediction
MIT License
1.11k stars 418 forks source link
rnn series-prediction tensorflow-tutorials

TensorFlow Tutorial for Time Series Prediction

This tutorial is designed to easily learn TensorFlow for time series prediction. Each tutorial subject includes both code and notebook with descriptions.

Tutorial Index

MNIST classification using Recurrent Neural Networks (RNN)

Time series prediction using Recurrent Neural Networks (RNN)

These codes are adapted from the source: https://github.com/mouradmourafiq/tensorflow-lstm-regression

Slide materials

Dependencies

Python (3.4.4)
TensorFlow (r0.9)
numpy (1.11.1)
pandas (0.16.2)
cuda (to run examples on GPU)

Dataset

Current issues

Now I am working on modifying previous source code for tensorflow ver. 0.10.0rc0.

Notice