Softmax activation function
Input vector
Output vector
This is the Logistic Sigmoid activation function.
x = [-10:0.05:10]; y = ann_softmax_activ(x); plot(x,y,'.');