Apple Stock Price Prediction using LSTM | Multivariate Time Series Forecasting using Deep Learning

  Рет қаралды 3,502

InsightsByRish

InsightsByRish

Күн бұрын

Пікірлер: 13
@yashsinghal7471
@yashsinghal7471 2 ай бұрын
Again very helpful.. Thank you!
@Nikhil-c2l9v
@Nikhil-c2l9v 5 күн бұрын
Hi @InsigtsightsByRish, how do we predict for future, can please explain it better?
@hardik4417
@hardik4417 4 ай бұрын
thank you for providing such content
@InsightsByRish
@InsightsByRish 4 ай бұрын
Glad you liked it!
@rafabobo9593
@rafabobo9593 3 ай бұрын
Thank you very much
@KevinMiller-v7h
@KevinMiller-v7h Ай бұрын
Very interesting and informative video. One question? What would you change if you wanted to predict, say 3 days out? Just edit the 'create_sequence' function to set y values to 3 days out?
@InsightsByRish
@InsightsByRish Ай бұрын
Thanks. Yes, to predict 3 days out, you just need to modify the create_sequence function so that the y values point to the data 3 days ahead instead of the next day. The rest of the process stays the same.
@abeltamikasetiarini2469
@abeltamikasetiarini2469 Ай бұрын
Its mean if we input the values of the date we can predict all value (open, close, volume, etc) at the same time? Or we need to input the date, open, volume, and other value to just get a close value?
@InsightsByRish
@InsightsByRish Ай бұрын
Hey, this model considers all features together. It doesn't predict any feature independently, rather it takes into account the relationship and dependencies between all the features. And also the approach of this model is slightly different i.e it doesn't accept any particular input for prediction. Rather it is based on sliding window approach that'll consider the previous data altogether for future predictions. So being said that, the model will consider all the previous features collectively to make predictions and not just one.
@Anthony-o1b2j
@Anthony-o1b2j 4 ай бұрын
Excellent video, thank you for sharing! I have a question, you're predicting Open, Close, Min, Max, Adj Close and Volume at the same time and get values for each one of these dimensions, that's what is called multivariate time series forecasting. But, when the LSTM is running, does it consider Close, Min, Max, Adj Close and Volume of the given period to predict the Open value? I mean are we predicting Open, Close, Min, Max, Adj Close and Volume INDEPENDENTLY or does the algorithm considers all the other dimensions to predict one of them?
@InsightsByRish
@InsightsByRish 4 ай бұрын
Hi @Anthony-o1b2j, thank you for your kind words! I'm glad you found the video helpful. To answer your question: Yes, when using an LSTM for multivariate time series forecasting, the model considers all features together. It doesn’t predict each feature independently. Instead, it takes into account the relationships and interdependencies between all the features to make predictions.
@prawncracker1304
@prawncracker1304 4 ай бұрын
Shouldn't the prediction line be out ahead of the actual line? I would expect to see the red line be further along in the x axis to show the prediction for a price that doesn't yet exist.
@InsightsByRish
@InsightsByRish 4 ай бұрын
The thing that you're saying will only happen if we are making predictions on new data or for further intervals of time. But here we are making predictions for existing data that was already present in X_test. So the red line (predicted values) will remain on top of blue line (actual values) as the predicted values are getting aligned with the existing targets present in y_test.
181 - Multivariate time series forecasting using LSTM
22:40
DigitalSreeni
Рет қаралды 290 М.
End to End Multivariate Time Series Modeling using LSTM
25:29
AIEngineering
Рет қаралды 88 М.
LSTM Time Series Forecasting Tutorial in Python
29:53
Greg Hogg
Рет қаралды 230 М.
All Machine Learning Concepts Explained in 22 Minutes
22:22
Infinite Codes
Рет қаралды 53 М.
Time Series Forecasting with XGBoost - Advanced Methods
22:02
Rob Mulla
Рет қаралды 134 М.
Using LSTMs to Predict Stock Prices
20:34
Jin Choi, PhD
Рет қаралды 10 М.
Multivariate Time Series Forecasting Using LSTM, GRU & 1d CNNs
1:08:14
LSTM Top Mistake In Price Movement Predictions For Trading
9:48
CodeTrading
Рет қаралды 106 М.