List of utility methods to do Double Sign Check
return sigmod(x) * (1.0 - sigmod(x));
return 1.0 / (1.0 + Math.exp(-x));