April 2026
461 pages
17h 56m
English
How can the quality of ANNs be assessed? Or how can models be compared with each other? Answering this question will be our task in the final sections of this chapter.
One tool that helps us evaluate the quality is the confusion matrix. It explains the classification behavior of a network. You can see an example of a confusion matrix in Table 12.3.
|
Actual Class |
||||
|---|---|---|---|---|
|
A |
Not A |
Total |
||
|
Predicted Class |
A |
True Positive ( |
False Positive ( |
|
|
Not A |
False Negative () |
True Negative | ||
Read now
Unlock full access