Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages