Practice free →
HomeClaudeaifoundationsmlp_and_activations › Why is the sigmoid prone to the vanishing-gradie…

Why is the sigmoid prone to the vanishing-gradient problem?

AIts gradient depends on the batch size used
BIts gradient saturates near zero for |x| large
CIts gradient is identically zero across all inputs
DIts gradient grows without bound as x grows
Answer & Solution
Correct answer: B. Its gradient saturates near zero for |x| large
The sigmoid derivative s(x)(1 − s(x)) approaches zero whenever |x| is large (the function saturates near 0 or 1). Stacking many sigmoid layers multiplies these tiny derivatives, vanishing the gradient.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions