Stock Price Prediction Using Deep Learning
- Univariate Time Series
Predicting stock price using historical data of a company using Neural networks for multi-step forecasting of stock price.
General info
This project is; to implement deep learning algorithms two sequential models of recurrent neural networks (RNNs) such as stacked LSTM, Bidirectional LSTM, and NeuralProphet built with PyTorch to predict stock prices using time series forecasting.
Table of contents
- What is Time Series?
- What is LSTM?
- What is Bidirectional LSTM?
- What is NeuralProphet?
- Started With the Stock Data
- Model Implementation Phase
- Models Train & validation Loss
- Conclusion
- Contributing
Visualising Stacked LSTM Result:
Disclaimer
Attempts have been made to predict stock prices using time series analysis algorithms, but they are not yet available for betting in the real market. This is just a tutorial and implementation of deep learning models to forecast stock. Therefore, it is not intended to instruct people to buy stock from this repo.
Contact
Stock Price Prediction Using Deep Learning - feel free to contact!