Skip to content
Information Sciences
Machine Learning
20th century
Beginner

Sigmoid Activation

σ(x)=11+ex\sigma(x) = \frac{1}{1 + e^{-x}}

Squashes any real number to range (0,1)—classic neural network activation.

By Various

Information Sciences
Sigmoid Activation
20th century · Various
Why it matters: Enabled early neural networks for classification and logistic regression connection.

Discoverers: Various (20th century)

What does it mean?

Squashes any real number to range (0,1)—classic neural network activation.

Why should I care?

Enabled early neural networks for classification and logistic regression connection.

Variables & Units

SymbolNameUnitMeaning
σ(x)σ(x)SigmoidOutput 0 to 1
xxInputPre-activation value

Worked Example

x=0 → σ=0.5; x→∞ → σ→1.

AI Guide (Pro)

Ask questions about equations and get answers grounded in the Equation Universe catalog.

Share this equation

Equation Universe

Sigmoid Activation

σ(x)=11+ex\sigma(x) = \frac{1}{1 + e^{-x}}

Real-world impact

Intelligent systems

Mathematics trains models that reshape work and creativity.

Photo: Unsplash — AI concept

Squashes any real number to range (0,1)—classic neural network activation.

equation-universe.vercel.app

Post