After training how can i test the data in matlab...can anyone pls help me with matlab code for testing the data...
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shenbagalakshmi Veliah
am 16 Okt. 2014
Kommentiert: Shenbagalakshmi Veliah
am 18 Okt. 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 Kommentare
Akzeptierte Antwort
Greg Heath
am 17 Okt. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!