Please explain training regression
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi
I'm using neural network matlab tool.
it's hard to understand training regression, what is it means ?
what is the best performance?
I attatched my graph. please reply ASAP.
Thank you.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/313133/image.png)
0 Kommentare
Antworten (1)
Parag
am 23 Jan. 2025 um 10:24
Hi
In the context of neural networks within MATLAB, the training regression plot serves as a valuable tool for evaluating the correspondence between the network's outputs and the target values. For a comprehensive understanding, you may refer to the official documentation available at
In this context, a regression coefficient ( R = 1 ) signifies a perfect fit, indicating that the network's outputs precisely match the target values. This suggests exceptional model performance. A high ( R ) value reflects that the model's predictions are in close alignment with the target values. When ( R = 1 ), the model demonstrates optimal performance on the training data. It is advisable to validate the model using test data to ensure robust generalization across different datasets.
0 Kommentare
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!