CT-AI · Question #140
Which of the following neural network coverage criteria can be adapted for its application?
The correct answer is C. Threshold coverage. Section4.2 - Test Coverage Criteria for AI Modelsof the ISTQB CT-AI syllabus describes neural network-specific coverage methods. Among the techniques,threshold coverageis explicitly noted asadaptable, meaning testers may choose different thresholds to determine whether neuron…
Question
Which of the following neural network coverage criteria can be adapted for its application?
Options
- ASign-Sign coverage
- BSign-Change coverage
- CThreshold coverage
- DNeuron coverage
How the community answered
(35 responses)- A9% (3)
- B3% (1)
- C83% (29)
- D6% (2)
Explanation
Section4.2 - Test Coverage Criteria for AI Modelsof the ISTQB CT-AI syllabus describes neural network-specific coverage methods. Among the techniques,threshold coverageis explicitly noted asadaptable, meaning testers may choose different thresholds to determine whether neuron activation is considered "covered." This flexibility makes threshold coverage adjustable to the model architecture, problem domain, and required test thoroughness.
Topics
Community Discussion
No community discussion yet for this question.