sigmoid

fun sigmoid(x: DScalar): DScalar


fun sigmoid(x: DTensor): DTensor

Returns x with the sigmoid activation unit applied (1 / (1 + exp(-x))