hm... curious. I've got a question: how to predict the data without XTest? As I see, in this case, LSTM prediction just follows the line of the data we already have. Is it possible to make accurate enough predictions just for a given number of steps? When I try, the line just flies to 'infinity'.
I am not so stupid that I am looking for free code from someone on RUclips who provides wrong information. Also, this code is available and free on the Mathworks official website. You stole it and presented it as yours. Watch yourself before you judge others.
ok everyone just shows how to construct the model for prediction and validates it , but HOW to get the predicted values??Absolutely no one shows that. What to do with these if i can't see the future predicted values
@@matlabpythondeeplearning-j8677 thanks sir.. yes it is clear that both should be different. But my query is that if I have one sheet containing a dataset, then how do I make it different files for training and testing purposes.
Hey can you tell me, If I have only one excel file.. how I can read it .. I had tried many methods, even categorizing y ..!! But still proble...!! Can you help me.
you mean you're trying to read off of excel data table? try this... data = readtable('excel.xlsx'); x = data(:,1:125); y = data(:,126); % % Setting up Training partition XTrain = table2array(x)'; YTrain = table2array(y)'; % % Setting up Testing partition XTest = table2array(x)'; YTest = table2array(y)';
Please continue making such practical videos, very helpful.
Thank you 👍
@@matlabpythondeeplearning-j8677 Can you also make a video on how we can integrate different data set files into deep learning codes?
very informative video. Thanks for great help
informative video and thanks Sir
Thank you
Very clear, Thanks!
Good best of luck …👍
Dear Brother, Thanks for the wonderful video. where can we find the code? Can you leave the link? Thank you!
Did u get the code from these people
It’s only for study purpose .. fees applicable for sharing codes ..thank you
How can I validate the result? How can I add validation in the given algorithm?
Very useful. Thank you
Welcome …
hm... curious. I've got a question: how to predict the data without XTest?
As I see, in this case, LSTM prediction just follows the line of the data we already have. Is it possible to make accurate enough predictions just for a given number of steps?
When I try, the line just flies to 'infinity'.
how did you fix your test data?
can u provide the coding in the description. it will helpful for us
Great video! But I have one question! Why was the number of hidden units 100?
How to forcast after 50?
Can you explain the hidden units please? I am very confused with this
Also, what should I use for the layers if I have a many to many sequence?
Great video!
How do I predict new closing price values based on the opening price, new high and low (can explain this and thank you)
that was very clear and helpful , thank you so much . just can we have the code?
Thank you
will you share the coding sir? i wanna try it
Dear Mr. I have one question, how can extract the weight and bias in the hidden layer?
It's was a great video, but why my ypred value is NaN?
Hi I am facing the same issue. Did you issue resolve ?
Check Aay values are missing in training part
Is LSTM a kind of Convolutional Neural Network or Recurrent Neural Network?
Recurrent
@@matlabpythondeeplearning-j8677 Yes. I think you have referred to LSTM as a CNN in your video. Just wanted to bring this to your notice.
@@SiddharthKrishan ok thank you
Learn the difference between convolutional neural network and recurrent neural network
I know it’s RNN ..forgot to change the title Don’t search free coding ..everything in the world is not free ..
I am not so stupid that I am looking for free code from someone on RUclips who provides wrong information. Also, this code is available and free on the Mathworks official website. You stole it and presented it as yours. Watch yourself before you judge others.
Who ask you to come and comment while searching the free code ...
@@abderrahimbakir3294 waste fellow I never claimed that it’s my own code ...don’t talk more ..
@@abderrahimbakir3294 thks
How to get this code
Am mew to matlab
ok everyone just shows how to construct the model for prediction and validates it , but HOW to get the predicted values??Absolutely no one shows that. What to do with these if i can't see the future predicted values
I think you misunderstood.. you can give a new input and get the future prediction..thank you..
Kindly share the code and data
Can you please give me this code?? I m working on lst data and i m not good with coding.... :)
Why we need two xls file? one for training and separate for testing. Can we test the values from train excel sheet?
No … for evaluation test data should be different from training …
@@matlabpythondeeplearning-j8677 thanks sir.. yes it is clear that both should be different. But my query is that if I have one sheet containing a dataset, then how do I make it different files for training and testing purposes.
Sir how to read data from word file?
Hii, Can you please share the code?
how does the test data look like?
According to the training data dimensions
@@matlabpythondeeplearning-j8677 it will be great if you can share the code , train and test excel files.
dear bro. please share the code. I will be thankful to you
what is the format of XTrain
XTrain is the single dimensional vector
Hey can you tell me, If I have only one excel file.. how I can read it .. I had tried many methods, even categorizing y ..!! But still proble...!! Can you help me.
you mean you're trying to read off of excel data table? try this...
data = readtable('excel.xlsx');
x = data(:,1:125);
y = data(:,126);
% % Setting up Training partition
XTrain = table2array(x)';
YTrain = table2array(y)';
% % Setting up Testing partition
XTest = table2array(x)';
YTest = table2array(y)';
sorry is the test data and train data has the same value??
brother i have a doudt
Tell me pls ...
Hello, sir can you give us the codes please.
Thank you
Hello, i would like this codes ? Have you a answer for that? If you have the code contact me
Can you share the code?