Softmax: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:




 
<!--
Note that it is ''not'' just normalization, nor is it just a way to bring out the strongest answer.
Note that it is ''not'' just normalization, nor is it just a way to bring out the strongest answer.



Revision as of 15:01, 13 February 2024

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

softmax (sometimes called softargmax, normalized exponential function, and other things )

  • takes a vector of numbers
(any scale)
  • returns a same-length vector of probabilities
all in 0 .. 1
that sum to 1.0



https://en.wikipedia.org/wiki/Softmax_function