Logistic Function

The logistic function which is defined in looks like this

In a Classification task the function is also called the Decision Boundary.

One interesting property of the logistic function is its derivative: This derivative is useful as we need it to compute the Gradient Descent update rules.

By adding a coefficient to the we can rearange probabilites of class membership.