MATLAB: When training a NARX network during the validation step, does the network use the outputs it calculates to feedback ? Or does it use the outputs you provide

neural networks

Hi,
When training a NARX network during the validation phase, does the network use the output it calculates to feedback? Or does it use the value from the target data set ?
Thanks

Best Answer

It uses both:
MODE
Open-Loop (OL) Starts with TARGETS in the feedback connections
Close-Loop (CL) Finishes with OUTPUTS in the feedback connections
Thank you for formally accepting my answer
Greg