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:
- pytorch
- keras
- tensorflow.contrib.keras
- tensorflow
Everything else in here is garbage / failed experiments :).