필터 지우기
필터 지우기

Neural Network: what does mean when the R-value is close to 1, but MSE (mean squared error) is large?

조회 수: 3 (최근 30일)
Hi,
Considering a trained neural network, what does mean when the R-value is close to 1, but MSE (mean squared error) is large?
All data were normalized.
Thank you!

채택된 답변

Greg Heath
Greg Heath 2015년 10월 25일
R^2 = 1 - MSE/mean(var(target',1))
If the R value is large, then the MSE value is much smaller than the mean target variance. This indicates that the net has successfully managed to model most of the variation in the input->target transformation.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by