Sigmoid

Versioned name: Sigmoid-1

Category: Activation function

Short description: Sigmoid element-wise activation function.

Attributes: operations has no attributes.

Inputs:

Outputs:

Mathematical Formulation

For each element from the input tensor calculates corresponding element in the output tensor with the following formula:

\[ sigmoid( x ) = \frac{1}{1+e^{-x}} \]