softmax
Softmax activation function.
f(x) = e^x / sum(e^x)
x (Tensor) – input to the function
Tensor
f(x), applies activation function