Sigmoid (Logistic) Function Calculator
σ(x) = 1 / (1 + e^(−x)).
Compute the standard logistic / sigmoid function σ(x) = 1 / (1 + e^(−x)) — the canonical S-shaped activation function and binary-classification probability map. Reports σ(x), the derivative σ′(x) = σ(x)·(1 − σ(x)) (used in back-propagation), and the inverse logit x = ln(σ / (1 − σ)).
How to use this calculator
- Fill in the inputs above using the units you already have.
- Values update automatically as you type — no submit button needed.
- Hover any result row for the underlying formula and intermediate values.
Formula
σ(x) = 1 / (1 + e^(−x)); σ′(x) = σ(x)(1 − σ(x)).
In depth
Compute the standard logistic / sigmoid function σ(x) = 1 / (1 + e^(−x)) — the canonical S-shaped activation function and binary-classification probability map. Reports σ(x), the derivative σ′(x) = σ(x)·(1 − σ(x)) (used in back-propagation), and the inverse logit x = ln(σ / (1 − σ)).
Spot an issue or have a suggestion?
Our editors read every message. If the math looks off, tell us the inputs you used and what you expected.