need help with neural network
Mostrar comentarios más antiguos
i'm working on a M file (script) to run neural network training for several time (10 times each) and i want to save the neural network results concerning MSE and Regression R coefficient for the Training and Validation and test data i want to know how to write a code to save the neural results??
1 comentario
amro mahran
el 24 de En. de 2012
Respuesta aceptada
Más respuestas (2)
Greg Heath
el 25 de En. de 2012
0 votos
Many examples of code that computes and saves Ntrials values of MSE and R^2 (coefficient of determination) can be obtained by searching the Newsgroup with the search words
heath Ntrials
Hope this helps
Greg
1 comentario
amro mahran
el 25 de En. de 2012
Greg Heath
el 29 de En. de 2012
0 votos
If you have source access try this:
type mse
type postreg
Hope this helps.
Greg
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!