Derivative of softmax activation function
Input vector
Output vector
This is the derivative of softmax activation function.
x = [-10:0.05:10]; y = ann_d_softmax_activ(x); plot(x,y,'.');