Matlab: test data neural network wizard

1 view (last 30 days)
I want to use matlab out of the box NN wizard to solve a classification. How can I use back the NN generated from the wizard to test extra set of data? For example, initially I have 100 sample and put into the NN wizard to train. During the NN training, it will divide the 100 sample according to the configuration I have set. After the training end, how can I test another 50 newly created data using the same NN?

Accepted Answer

Greg Heath
Greg Heath on 20 Apr 2013
ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 Comments
Programmer Pig
Programmer Pig on 20 Apr 2013
Do you know how to load the input and output accordingly without using the NN wizard toolbox?
Greg Heath
Greg Heath on 22 Apr 2013
I'm not familiar with the term 'wizard'.
I only know how to load inputs as demonstrated in the documentation.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!