Matlab: test data neural network wizard

조회 수: 3 (최근 30일)
Programmer Pig
Programmer Pig 2013년 4월 20일
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