The sigmoid function#

Aliases#

halerium.core.sigmoid
halerium.core.math.sigmoid
sigmoid(operand)#

Sigmoid function, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Sigmoid