thepaulm / lstm

Exploration of timeseries LSTM RNN prediction in pytorch, keras, tensorflow, and tensorflow.contrib.keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example LSTM Models for timeseries prediction

This repo contains 4 examples of DeepLearning LSTMs for doing timeseries prediction. This is a simple model used to predict sine waves. Each of these examples has the code for training the model as well as a jupyter notebook anlayzing the accuracy.

The 4 examples are:

Everything else in here is garbage / failed experiments :).

About

Exploration of timeseries LSTM RNN prediction in pytorch, keras, tensorflow, and tensorflow.contrib.keras.


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%