need help with neural network
이전 댓글 표시
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??
채택된 답변
추가 답변 (2개)
Greg Heath
2012년 1월 25일
0 개 추천
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
Greg Heath
2012년 1월 29일
0 개 추천
If you have source access try this:
type mse
type postreg
Hope this helps.
Greg
카테고리
도움말 센터 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!