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
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Greg Heath
2015 年 4 月 15 日
Insufficient detail.
What are the input and targets?
size(input) = ?
size(target)= ?
What are the significant lags of the target autocorrelation function and input/target cross correlation function?
その他の回答 (2 件)
SAM
2015 年 4 月 15 日
4 件のコメント
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
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
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!