how can i bring mse near to 0 as it is very large on training data and how 5 steps ahead prediction is done with ntstool by using closeloop net
이전 댓글 표시
i trained neural network with data set now i need to do 4 steps ahead prediction, for this in targets it is better to give the real dataset or the each prediction to find 4 step ahead forecasting . what should be target value ? values from real data set or previously predicted once should be given as targets.
how to improve performance on traing data ? i tried by changing number of hidden layers , neurons and delay but its not working fine
the last thing can anyone help me regarding finding the proper lagged values as delay to be used in neural net with autocorrelation kind of things
채택된 답변
추가 답변 (2개)
SAM
2015년 4월 15일
0 개 추천
댓글 수: 4
cheersl cheer
2016년 3월 29일
편집: cheersl cheer
2016년 3월 29일
Hi,SAM,I learned that you have done a lot researches in time series prediction based on deep neural networks,I am doing the same work,I am confused about the form of input .I saw that you wrote "i have temperature data series of total 2825, inputs are 4*2795 and output 1*2795 ",what is the number 4 means? I have read many papers about time series forecasting based DNN , but I just cannot figure out how did they do it in practical. Look forward for your replay
Thank you a lot for your patience and replay in advance
Greg Heath
2016년 3월 30일
Matrix Dimensions:
[ I N ] = size(input) % [ 4 2795 ]
[ O N ] = size(target) % [ 1 2795 ]
cheersl cheer
2016년 4월 2일
Hi Greg Heath,Thank you for your answer. I have some questions about time series prediction,I have read that many papers use the codes of Hinton which is used to classification to do prediction,i am confused .I don't konw how can I use the code of DBN to predicte time series,can you give me any suggestions or links about time series predictions,I am doing the siol moisture prediction. Looking forward for your reply,Thank you a lot for your patience in advance
SAM
2016년 4월 28일
SAM
2015년 4월 16일
댓글 수: 1
Greg Heath
2015년 4월 17일
편집: Greg Heath
2015년 4월 18일
You will have to choose one or two of my posts and ask specific questions. Good search terms to include (not all at once)
greg nncorr sigthresh95 or thresh95
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
