MATLAB: How to prepare the data set to train neural network in nftool

neural training

Hi, I'm new to 'nftool' and don't know how to prepare the data set for neural training. Somebody please provide me some basic tips on this topic. Thank u.

Best Answer

N pairs of I-dimensional inputs and O-dimensional targets
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg