logoalt Hacker News

semiinfinitelylast Thursday at 7:11 AM1 replyview on HN

i think that log-sum-exp should actually be the function that gets the name "softmax" because its actually a soft maximum over a set of values. And what we call "softmax" should be called "grad softmax" (since grad of logsumexp is softmax).


Replies

GistNoesislast Thursday at 11:11 AM

softmax is badly named and should rather be called softargmax.