Stock Price Prediction
Stock Price Prediction
Afkar Najmain(09) 5
Anshika Gupta(16)
4
Devansh Rai(28)
Jatin Agrawal(37) 3
0
2002 2004 2008 2010 2012 2014 2016 2018 2020
Importance
Stock price prediction is a complex time-series
problem. This project uses Keras LSTM, a type of
neural network designed to handle sequential data,
to learn patterns from historical stock prices and
forecast future market trends.
FLOWCHART
DEPLOYINGMODEL OUPUT-CHARTS
AS WEB APP
Data Collection
Key
Source:
• Features
Collected historical stock data
using the yfinance python library
• Stock data includes:
open, high, low, close ,volume
• Time frame: eg; Jan 2010 to Dec
2020
• Data used for both training and
testing the model
Model Architecture:
Keras LSTM Model
• Using LSTM, time series forecasting models can predict future values
based on previous, sequential data and it is proven to be extremely
effective.
Method:
LSTM
Conclusion
•Summary: The Keras LSTM model demonstrates
potential in predicting stock market prices.
•Impact: Such models can assist investors in
making data-driven decisions, potentially leading to
better financial outcomes.
THANK YOU