After training how can i test the data in matlab...can anyone pls help me with matlab code for testing the data...
1 回表示 (過去 30 日間)
古いコメントを表示
Shenbagalakshmi Veliah
2014 年 10 月 16 日
コメント済み: Shenbagalakshmi Veliah
2014 年 10 月 18 日
Hello experts currently iam doing my project in speech recognition using neural networks.I have extracted the features and i have trained the features using nprtool...
0 件のコメント
採用された回答
Greg Heath
2014 年 10 月 17 日
net.divideFcn automatically creates a nontraining test set for unbiased performance estimates
net.divideParam.testRatio determines its relative size
ynew = net(xnew) yields the performance on unseen data
Hope this helps.
Thank you for formally accepting my answer
Greg
その他の回答 (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!