フィルターのクリア

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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by