Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 917 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 917 Bytes

LSTM-Modeling

Attempt to predict the underlying price for the following day with Long Short Term Memory modeling. This method uses Keras sequential API for deep learning applications (pat of TensorFlow APIs). This program determines a target and date range, trains a model using a neural network, then outputs both a plot and the predicted output price for the following day.

Open In Colab

Try it out using the 'Open in Colab' button!

Creative Commons License
This work is licensed under a GNU General Public License v3.0