Skip to content

surajr/Stock-Predictor-using-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.