Skip to content

This is a model that has been trained on historical data obtained from Yahoo Finance. The data set comprises of all data records starting from the launch date of this stock in India (1996). This model aims to pick up key trends in the stock price fluctuations based on Time Series mapping. It is able to render predictions for the upcoming time pe…

License

Notifications You must be signed in to change notification settings

soms98/Stock-Price-Prediction-Time-Series-LSTM-Model-Keras-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Price-Prediction-Time-Series-LSTM-Model-Keras-Tensorflow

This is a model that has been trained on historical data obtained from Yahoo Finance. The data set comprises of all data records starting from the launch date of this stock in India (1996). This model aims to pick up key trends in the stock price fluctuations based on Time Series mapping. It is able to render predictions for the upcoming time period. The accuracy as obtained on the training data-set is about 90 percent and it successfully demonstrates key trends. It can be simulated on any stock in the market provided their historical data is made available. (One could use the yfinance API or download manually). Keras is used extensively along with Tensorflow for training. The model features 100 epochs of Base size 64. The training time depends on the hardware being used by the user. It is advisable to be performed on Google Colaboratory.

Please be sure to clean the data thoroughly and strategically replace Nan/Infinite values. My advice would be to replace them with the mean of closing prices of the day preceding the day in question and the one immediately following it.

For any issues/suggestions write to [email protected]

About

This is a model that has been trained on historical data obtained from Yahoo Finance. The data set comprises of all data records starting from the launch date of this stock in India (1996). This model aims to pick up key trends in the stock price fluctuations based on Time Series mapping. It is able to render predictions for the upcoming time pe…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published