Softmax function. Computes the function which rescales elements to the range [0,1] such that the elements along axis sum to 1. softmax(x)=exp(xi)∑jexp(xj).
確定! 回上一頁