sigmoid
ABSTRACT
Calculates the sigmoid of the input value
PARAMETERS
x | the input value |
RETURN
the sigmoid of the input value
DECLARATION
func sigmoid(x)
Calculates the sigmoid of the input value
x | the input value |
the sigmoid of the input value
func sigmoid(x)