sigmoid
Sigmoid activation function.
f(x) = 1 / (x + e^x)
x (Tensor) – input to the function
Tensor
f(x), applies activation function