Skip to content

This web app uses an LSTM model to predict any time series model range given an input of data (in csv format) in two columns with time in the first column and values in the second column. There should be no headers in your CSV file, see submission example in the repository.

Notifications You must be signed in to change notification settings

abishpius/Financial-Deep-Learning-StreamLit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Financial-Deep-Learning-StreamLit

Check out the APP

This web app uses an LSTM model to predict any time series model range given an input of data (in csv format) in two columns with time in the first column and values in the second column. There should be no headers in your CSV file, see submission example in the repository.

How it works:

  1. The application will generate a three hidden layer LSTM model (unoptimized) using the first 3/4 of the data, so depending on data size this may take a while.
  2. It will make predictions and output a graph plus MAE (mean absolute error) on the remaining 1/4 of the data.

To learn more on deep learning with financial time series:
https://colab.research.google.com/drive/15e91LVLMCNzkH3LSBrVFruQF1HxaWPFI?usp=sharing

Features to come:
Ability to export the model weights.

About

This web app uses an LSTM model to predict any time series model range given an input of data (in csv format) in two columns with time in the first column and values in the second column. There should be no headers in your CSV file, see submission example in the repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages