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