• Stars
    star
    153
  • Rank 242,533 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Predicting stock price using historical data of a company, using Neural networks (LSTM).

Stock-Price-Prediction

Predicting stock price using historical data of a company, using Neural networks (LSTM).

This project includes python programs to show Keras LSTM can be used to predict future stock prices for a company using it's historical stock price data. You can also find sample programs on how to fine tune Hyperprameters of LSTM (or any Neural Network for that matter).

If you are further interested in the project, checkout my blog on the same here

Here is the final result : (although performance could be further improved to some extent by playing around with the parameters even more)

alt text

alt text