Question:medium

Which of the following activation function outputs is zero-centered?

Show Hint

Use hyperbolic tangent (tanh) for zero-centered activations, especially in hidden layers, to improve optimization.
Updated On: Feb 11, 2026
  • Hyperbolic tangent
  • Sigmoid
  • Softmax
  • Rectified Linear Unit (ReLU)
Show Solution

The Correct Option is A

Solution and Explanation

The hyperbolic tangent (tanh) function outputs values in the range [−1, 1], establishing it as zero-centered. This attribute aids optimization by keeping the mean activation near zero. Unlike tanh, functions such as sigmoid, softmax, and ReLU are not zero-centered.
Was this answer helpful?
0


Questions Asked in CUET (PG) exam