Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 422 Bytes

StockPricePredictor

I have used LSTM (Long Short Term Memory) to predict the stock prices next days.
Read More about LSTM here https://en.wikipedia.org/wiki/Long_short-term_memory
I had built a time series which for every interval will hold values of last 6 days.

Datasets

I have provided the dataset but the paths may needed to be configured.

Requirements

  • keras
  • TensorFlow (v2)
  • Numpy
  • Pandas