Practice free →
HomeClaudeaifoundationsmlp_and_activations › Parametrised ReLU (pReLU) adds which capability …

Parametrised ReLU (pReLU) adds which capability over plain ReLU?

AAn exponential decay in the positive input region
BA larger output range that exceeds one in scale
CA built-in mechanism for batch normalisation
DA small linear term in the negative input region
Answer & Solution
Correct answer: D. A small linear term in the negative input region
pReLU(x) = max(0, x) + α·min(0, x). The α term lets a fraction of the negative signal through, preventing 'dead neuron' problems while keeping the simplicity.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions