The Sigmoid Function
The sigmoid function is a mathematical function which when plotted, has a characteristic “S” shape or sigmoid curve. Sigmoid curves include many cumulative distribution functions (CDFs), including the CDF of the normal distribution. They are also used in neural networks as an activation function.
Logistic Function
The logistic function is given by the following equation:
Plotted from to , the function looks like this:
The logistic function pops up in logistic regression (a popular algorithm used in machine learning) in the form:
where:
is the probability of success
(\a, b_i) are coefficients
are feature variables