CT-AI · Question #59
Which ONE of the following types of coverage SHOULD be used if test cases need to cause each neuron to achieve both positive and negative activation values?
The correct answer is C. Sign change coverage. Coverage for Neuron Activation Values: Sign change coverage is used to ensure that test cases cause each neuron to achieve both positive and negative activation values. This type of coverage ensures that the neurons are thoroughly tested under different activation states.
Question
Which ONE of the following types of coverage SHOULD be used if test cases need to cause each neuron to achieve both positive and negative activation values?
Options
- AValue coverage
- BThreshold coverage
- CSign change coverage
- DNeuron coverage
How the community answered
(58 responses)- A5% (3)
- B9% (5)
- C72% (42)
- D14% (8)
Explanation
Coverage for Neuron Activation Values: Sign change coverage is used to ensure that test cases cause each neuron to achieve both positive and negative activation values. This type of coverage ensures that the neurons are thoroughly tested under different activation states.
Topics
Community Discussion
No community discussion yet for this question.