I can't understand the plotregression output from my neural network.
2 ビュー (過去 30 日間)
古いコメントを表示
Hello community,
I trained a neural network and I looked at the output plotregression, see below.
Does that mean that my neural network has a bias at the output ?
Do I have to use linear fit on my nn output to get more accurate result ?
best regards
M.A.
0 件のコメント
回答 (1 件)
Sai Teja G
2023 年 8 月 31 日
Hi,
I understand that you want to know more details about the output of ‘plotregression()’ function.
The regression plot shows the actual network outputs plotted in terms of the associated target values. If the network has learned to fit the data well, the linear fit to this output-target relationship should closely intersect the bottom-left and top-right corners of the plot.
In your case it is not the case so further training, or training a network with more hidden neurons, is advisable.
For more details on ‘plotregression()’ function, you can go through the below documentation link-
Hope it helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!