Documentation>MATLAB API>SPECIAL - vl_dsigmoid

Y = VL_DSIGMOID(X) returns the derivative of VL_SIGMOID(X). This is calculated as - VL_SIGMOID(X) * (1 - VL_SIGMOID(X)).

See also: VL_SIGMOID(X), VL_HELP().