Skip to content

Sigmoid

sigmoid

activation-functions that outputs values between 0 and 1

Formula: σ(x) = 1/(1+e^-x)

Used for binary classification


*References

On this page