MATLAB: Artificial neural network question

artificial neural networkscaling data

Hi all,
I have scaled the input and target data by using these commands [pn,ps] = mapminmax(xt1'); [tn, ts] = mapminmax(yt1'); Should I scale the tested data as well? If yes should I use the same command?
Thanks Aziz

Best Answer

For most of the training algorithms, scaling is an automatic default. Which algorithm are you using? Classification/pattern-recognition or regression/curve-fitting?
Hope this helps.
Thank you for formally accepting my answer
Greg