Using a Neural network on new data

1 view (last 30 days)
Craig
Craig on 14 Dec 2014
Answered: Greg Heath on 14 Dec 2014
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.

Accepted Answer

Greg Heath
Greg Heath on 14 Dec 2014
ynew = net(xnew);
Thank you for formerly accepting my answer
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!