Single-Variable Function

Illustrating: 1 / (1 + np.exp(-z))

sigmoid(z) = 1 / (1 + np.exp(-z))