After training how can i test the data in matlab...can anyone pls help me with matlab code for testing the data...
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shenbagalakshmi Veliah
le 16 Oct 2014
Commenté : Shenbagalakshmi Veliah
le 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 commentaires
Réponse acceptée
Greg Heath
le 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!