The Sigmoid activation function 𝑓(𝑑) is defined as

2017

The Sigmoid activation function 𝑓(𝑑)Β is defined as

  1. A.

    \(\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}\)

  2. B.

    \(t \text{ exp}(-t)\)

  3. C.

    \(\dfrac{1}{1+ \text{exp} (t)}\)

  4. D.

    \(\dfrac{1}{1+ \text{exp} (-t)}\)

Attempted by 85 students.

Show answer & explanation

Correct answer: D

Correct formula: The Sigmoid activation function is f(t) = 1/(1 + exp(-t)).

  • Definition: f(t) = 1/(1 + exp(-t)).

  • Key properties:

    • Range: outputs values strictly between 0 and 1 (limiting behavior as t β†’ ±∞).

    • Monotonic: it is strictly increasing in t.

    • Derivative: f'(t) = f(t)Β·(1 - f(t)), which is useful for gradient-based learning.

  • Why the other expressions are incorrect:

    • 1/(exp(t) + exp(-t)): This is related to the reciprocal of cosh(t) (hyperbolic functions) and is not the logistic sigmoid; it does not produce the standard 0–1 mapping of the logistic function.

    • tΒ·exp(-t): This is not a sigmoid function. It is not bounded between 0 and 1 for all real t and lacks the standard logistic form.

    • 1/(1 + exp(t)): This equals the logistic evaluated at -t (i.e., the sigmoid of the negated input). Although closely related, it is not the conventional form f(t) = 1/(1 + exp(-t)).

Explore the full course: Mppsc Assistant Professor