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?
댓글 수: 0
채택된 답변
Greg Heath
2013년 4월 20일
ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 2
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 Center 및 File 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!