Some questions on Dynamic Neural Network
Show older comments
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,
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!