Matlab: test data neural network wizard
1 回表示 (過去 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!