math analysis machine-learning

Definition

Sigmoid Function

The sigmoid function (specifically the logistic function) is an S-shaped function that maps any real-valued input to the interval . Formally:

Properties

Range and Limits: The function is bounded such that , with and .

Derivative: The derivative is elegantly expressed in terms of the function itself: , which facilitates efficient backpropagation in neural networks.

Symmetry: The function satisfies the symmetry property .