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().
Y = VL_DSIGMOID(X) returns the derivative of VL_SIGMOID(X). This is calculated as - VL_SIGMOID(X) * (1 - VL_SIGMOID(X)).
VL_SIGMOID(X), VL_HELP().