After training how can i test the data in matlab...can anyone pls help me with matlab code for testing the data...
1 view (last 30 days)
Show older comments
Shenbagalakshmi Veliah
on 16 Oct 2014
Commented: Shenbagalakshmi Veliah
on 18 Oct 2014
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 Comments
Accepted Answer
Greg Heath
on 17 Oct 2014
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
More Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!