Some questions on Dynamic Neural Network
이전 댓글 표시
Hello,
I am using Dynamic Neural Network for time series prediction and have some questions:
1. Should I compare the performance of different NN (in trial and error runs to find the best NN), when considering the Testing set or the whole set (Train, Validation and Testing)?
2. How can I find confidence interval for prediction? I found this question in another post, and Greg Heath used MSE as predication variance when transfer function are sigmoidal and backpropagation is used for learning ... I am not playing with those options, so my variance of prediction is equal to MSE?
3. I am training my NN in open loop format and then use the close loop format for multi step prediction. Does it make sense to use the same (train-validation- test) set that I use in open loop training for closed loop prediction? OR should I only use my testing set when using closed loop?
4. is there anyway to change number of hidden layers? I can only change number of hidden neurons with this command:
hiddenLayerSize=10 net = narxnet(inputDelays,feedbackDelays,hiddenLayerSize)
Thanks,
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
