![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1295320/image.png)
In a Neural Network Regression Plot R means R^2?
37 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1285790/image.png)
0 Kommentare
Antworten (1)
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'.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1295320/image.png)
For further reading, you can refer to following documentation pages: -
0 Kommentare
Siehe auch
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!