Skip to content

Het-07/Stock-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Price-Prediction

Here, I used Stacked LSTM (Long Short-Term Memory) algorithm to predict stock prices. LTSM is one type of recurrent neural network which is used to learn order dependence in sequence prediction problems. Due to its capability of storing past information, LSTM is very useful in predicting stock prices. This is because the prediction of a future stock price is dependent on the previous prices.

Project-Flow -

  1. Acquisition of Stock Data.
  2. Visualizing Stock Prices History.
  3. Data Preprocessing.
  4. Preparation of Training and Testing Dataset.
  5. Setting Up LSTM Network Architecture.
  6. Training LSTM Model.
  7. Model Evaluation.
  8. Visualizing the Predicted Prices.

Conclusion -

LSTM can be another great tool for stock price prediction. However, this is important to note that the predicted stock prices shall not be used as a solely definitive guide to make an investment decision without further analysis. This is because the prediction is only based on the historical prices movement that usually won’t be the only factor that affects the future price movement.

The main limitation of using any machine learning algorithm in predicting stock prices is that we can only backtest the historical data but the price movement does not necessarily follow the historical trend in various unforeseen circumstances. That’s the reason a further fundamental/market analysis is required here to support our investment decision making.

About

Predicted Stocks of TESLA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published