NARX test set closed loop
    3 views (last 30 days)
  
       Show older comments
    
Hi all, Does NARX's test set use a closed loop network automatically in it's train(net,x,t,xi,ai) function? Since principally for the test dataset the network is just fed with input and the target is withheld from the network for testing. Thanks
0 Comments
Accepted Answer
  Greg Heath
      
      
 on 22 Sep 2016
        
      Edited: Greg Heath
      
      
 on 27 Sep 2016
  
      You seem confused:
 1. OL trn, val and tst subsets are automatically 
    tested by TRAIN.
 2. The OL configuration is then explicitly 
    converted to CL by CLOSELOOP.
 3. CL performance of the trn, val and tst subsets 
    is then obtained after the conversion.
You can see some recent examples by searching in BOTH NEWSREADER and ANSWERS using
 greg narxnet closeloop
Hope this helps.
Thank you for formally accepting my answer
Greg
2 Comments
  Greg Heath
      
      
 on 23 Sep 2016
				After reading the documentation on removedelay, I decided it's a lot of bullfeathers. So I don't use it and do not recommend it.
Hope this helps.
Greg
PS if you wish to try it I suggest more training after the delays are reduced.
More Answers (0)
See Also
Categories
				Find more on Modeling and Prediction with NARX and Time-Delay Networks 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!
