Skip to content

A stacked LSTM model for predicting adjusted closing price of a stock.

Notifications You must be signed in to change notification settings

SanKolisetty/StockPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

StockPricePrediction

This project is entirely for educational purposes.

Here, we are trying to predict a stock's adjusted closing price using a stacked LSTM Model. An LSTM Model keeps the old data and uses it for prediction which is required for predicting stock prices since they also depend on the previous prices. Here, firstly, a stock's data is downloaded from yfinance. It is preprocessed and the model is trained accordingly and then predictions are made.

Along with the model, a csv file containing the data of MSFT is also uploaded.

About

A stacked LSTM model for predicting adjusted closing price of a stock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published