An open API service indexing awesome lists of open source software.

https://github.com/shreypandit/stockprice-prediction

Time series model for predicting the stock price using LSTM. The dataset includes the closing price of the stock.
https://github.com/shreypandit/stockprice-prediction

loss lstm series-model stock-market stock-price stock-price-prediction stockprice-prediction time-series

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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