After training how can i test the data in matlab...can anyone pls help me with matlab code for testing the data...
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Shenbagalakshmi Veliah
el 16 de Oct. de 2014
Comentada: Shenbagalakshmi Veliah
el 18 de Oct. de 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 comentarios
Respuesta aceptada
Greg Heath
el 17 de Oct. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!