How to plot regression in neural network for multiple outputs?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
wanrong wang
am 23 Jan. 2021
Kommentiert: wanrong wang
am 3 Feb. 2021
In my trained neural network, I have two outputs. There is only one graph generate automatically using the NNtool.
Can anyone help me on how to generate separate regression plots for the two outputs? Thanks.
0 Kommentare
Akzeptierte Antwort
Shubham Rawat
am 29 Jan. 2021
Hi Wanrong,
It is recommended to use "nnstart" instead of "nntool".
When using "nnstart", the window allows you to choose the input and the target data. The data is then divided into training, validation and test.
You may also look into this link to get started:
Hope this Helps!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Regression 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!