Explain error histogram ?
16 次查看(过去 30 天)
显示 更早的评论
Hi
I'm using neural network matlab tool
it's hard to understand error histogram with 20bins
what is bar means?where is the best performance? please tell me why
and what is means zero error?
I attatched my graph. please reply ASAP.
Thank you.
0 个评论
采纳的回答
Adam Danz
2020-6-9
编辑:Adam Danz
2022-12-14
I don't know how this plot was created but judging by the axis labels I can estimate what the storyline is. Below is a very general description that you can interpret under your NN's context.
It looks like something was tested many times (my estimate is ~700 iterations) and on each time the error was computed between Targes and Outputs (from the xlabel). All of the error was quite low and falls in the range of -1.1e07 to 3.29e08 but most of the error falls within the range of x-values where you see the high bars. The height of each bar is the number of tests (ie, 'instances').
Notice that the orange line "zero error" separates negative and positive ticks. The sign of the error shows you the direction of the bias. Positive error means the outputs were less than the target and negative error means that the outputs were greater than the target (assuming the targets are positive values) . I base this on the x-axis label that defines error as Targets-Outputs.
The majority of tests were negative so the marjority of outputs were slightly larger than the targets.
2 个评论
ayodeji ogundana
2022-12-14
quoting your response
"Positive error means the outputs were smaller than the targets and negative error means that the targets were larger than the outputs (assuming the targets are positive values)".
I think you just repeated same thing in different way?
更多回答(1 个)
Abhilash Singh
2022-2-20
In addition to the above explanation, the readers may also visit the following article to know how to interpret the error histogram (https://www.mdpi.com/1424-8220/22/3/1070).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!