Matlab: test data neural network wizard

3 次查看(过去 30 天)
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?

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by