Skip to content

devalindey/LSTM-Model-for-Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LSTM Model for Stock Prediction

We will be using Long Short-Term Memory (LSTM), an RNN architecture to predict the future trend of the Stock Price of State Bank of India. LSTMs are exceptionally good at classifying, processing and making predictions based on Time Series data. These are really good at tackling the Exploding or Vanishing Gradient Problems that are commonly seen while training traditional RNNs.

The data has been downloaded from Yahoo Finance with the 'yfinance' package that can be downloaded with 'pip'.

About

Stock Prediction Model using Long Short-Term Memory Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published