function

A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. A common example of a sigmoid function is the logistic function shown in the first figure and defined by the formula:




S
(
x
)
=


1

1
+

e


x





=



e

x




e

x


+
1



.


{\displaystyle S(x)={\frac {1}{1+e^{-x}}}={\frac {e^{x}}{e^{x}+1}}.}
Other standard sigmoid functions are given in the Examples section.
Special cases of the sigmoid function include the Gompertz curve (used in modeling systems that saturate at large values of x) and the ogee curve (used in the spillway of some dams). Sigmoid functions have domain of all real numbers, with return (response) value commonly monotonically increasing but could be decreasing. Sigmoid functions most often show a return value (y axis) in the range 0 to 1. Another commonly used range is from −1 to 1.
A wide variety of sigmoid functions including the logistic and hyperbolic tangent functions have been used as the activation function of artificial neurons. Sigmoid curves are also common in statistics as cumulative distribution functions (which go from 0 to 1), such as the integrals of the logistic density, the normal density, and Student's t probability density functions.

View More On Wikipedia.org
  • 5

    josher

    Well-known Member
    • Posts
      6,745
    • Likes
      176
    • Points
      0
  • 1

    Lrayon

    Well-known Member
    • Posts
      579
    • Likes
      5
    • Points
      0
  • 1

    Shikderg

    • Posts
      4,168
    • Likes
      321
    • Points
      0
  • 1

    Jonab Ru

    • Posts
      1,838
    • Likes
      6
    • Points
      38
  • 1

    Musafir

    • Posts
      505
    • Likes
      13
    • Points
      0
  • Back
    Top