Documentation>MATLAB API>SPECIAL - vl_sigmoid

Y = VL_SIGMOID(X) returns

 Y = 1 ./ (1 + EXP(X)) ;
Remark

Useful properties of the sigmoid function are:

See also: VL_DSIGMOID(), VL_HELP().