Neural Network: what does mean when the R-value is close to 1, but MSE (mean squared error) is large?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anderson
am 24 Okt. 2015
Beantwortet: Greg Heath
am 25 Okt. 2015
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!
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 25 Okt. 2015
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!