Evaluate the logistical sigmoid function. More...
| Functions | |
| array | sigmoid (const array &in) | 
| C++ Interface to evaluate the logistical sigmoid function. | |
| 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 \(\frac{1}{1+e^{-x}}\).
| [out] | out | output of the logistic sigmoid function | 
| [in] | in | input array |