MATLAB: Using a Neural network on new data

classificationDeep Learning Toolboxfinanceneural networkpredictionstocks

Hi,
Was hoping someone can help out with probably a simple problem. I trained a neural network but now I do not know how to use the created function to classify new data.

Best Answer

ynew = net(xnew);
Thank you for formerly accepting my answer
Greg