Evaluate the logistical sigmoid function. More...
Functions | |
AFAPI array | sigmoid (const array &in) |
C++ Interface to evaluate the logistical sigmoid function. | |
AFAPI af_err | af_sigmoid (af_array *out, const af_array in) |
C Interface to evaluate the logistical sigmoid function. | |
Evaluate the logistical sigmoid function.
C Interface to evaluate the logistical sigmoid function.
Computes 1/(1+e^-x)
.
[out] | out | output of the logistic sigmoid function |
[in] | in | input |