softmax_prime
Derivation of the softmax activation function.
f’(x) = f(x) * (1 - f(x))
x (Tensor) – input to the function
Tensor
f’(x), applies derivation of activation function