Skip to content

Time series model for predicting the stock price using LSTM. The dataset includes the closing price of the stock.

License

Notifications You must be signed in to change notification settings

ShreyPandit/StockPrice-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StockPrice-Prediction

Time series model for predicting the stock price. The Example is taken on the share of Nifty.

Model

The model consists of LSTM and dropout. LSTM are used because they are capable of remembering the past values and use them to predict the future value. Here lookback is 90 days.
result image

Loss

The loss function is mean squared error and optimizer is adam
result image

About

Time series model for predicting the stock price using LSTM. The dataset includes the closing price of the stock.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages