Which one is more important? MSE or input-error correlation?

I have been training the neural network however I have some questions regarding the results. For some results, the mean squared error is small (for example, 5e-11) but the input-error correlation is very high (all falls under the confidence limit) do I take those as satisfactory? Also, sometimes, for two trained networks, one has a smaller MSE but larger input-error correlation, which one should I pick?
After training the neural network, I saved the advanced scripts as .m files. From there, how do I input new set of inputs to predict the new target?
Thanks!

 채택된 답변

Greg Heath
Greg Heath 2014년 11월 14일

0 개 추천

The objective is to minimize MSE.
A high input/error Xcorr indicates that the MSE can be lowered by modifying the design.
ynew = net(xnew) will predict a new output (NOT a new target...targets are known quantities).
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 11월 14일

답변:

2014년 11월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by