Skip to content

scottybanks987/RNN-stocks-prediction

 
 

Repository files navigation

RNN-stock-prediction

Another attempt to use Deep-Leaning in the financial markets, the project is documented here -> https://solbiatialessandro.github.io/RNN-stocks-prediction/

+Basic

If you wanna run the regression model (implemented with LSTM) just run regression.py

If you wanna run the classification model (implemented with LSTM) just run classification.py

If you wanna take a look at the code you can run the framework with a Jupyter Notebook

+Advanced

If you wanna predict stock prices [see docs] I uploaded a model (.hdf5) working at 63% accuracy with GOOGL, you just need to upload it in KERAS and load it [ model.load_weights() ]

About

Another attempt to use Deep-Learning in the financial markets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.2%
  • Python 3.8%