In a Neural Network Regression Plot R means R^2?

37 Ansichten (letzte 30 Tage)
Joan M. Maura
Joan M. Maura am 6 Feb. 2023
Beantwortet: Abhishek am 14 Feb. 2023
Hello, I'm trying to run a neural network fitting regression and when I get the regression plot I can see R everywere instead of R square. Is it the same thing or do I have to make any adjustment to this value? Thank you

Antworten (1)

Abhishek
Abhishek am 14 Feb. 2023
Hi Joan,
I guess you are trying to know what 'R' in the Neural Network Fitting plot signifies and is it different from 'R^2'.
To provide a measure of how ‘good’ the predictions of the model are compared to actual outcomes, coefficient of correlation or coefficient of determination could be used.
‘R’ in the plot is coefficient of correlation. To get coefficient of determination ‘R^2’, you will have to square the values. Also, if you hover over the Model Summary Table in the Neural Network Fitting App, you can get brief details about parameters like 'MSE' and 'R'.
For further reading, you can refer to following documentation pages: -

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows 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!

Translated by