Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 467 Bytes

Stock Predictor using LSTM

Used an LSTM neural network to predict the closing price of Google stock using Yahoo stock API. This model can be used to predict the stock of any company. Just replace the company name in the code

Dependencies

  • keras
  • tensorflow

Install Keras from here and Tensorflow from here.