- softmax NUMVECprocedure
Returns the softmax of the vector elements. Normalize the vector elements so (= 1 (vector-sum NUMVEC)).
- NUMVEC
- (vector-of number) ; .
Returns the softmax of the vector elements. Normalize the vector elements so (= 1 (vector-sum NUMVEC)).