Argmax: Difference between revisions

From Helpful
Jump to navigation Jump to search
(Created page with "{{stub}} ArgMax is the maximum value a function takes under given constraints. In mathematics, with contonuous functions, this might involve some symbolic analysis and manipulation, In computation, with discrete values, it may just amount to "go through array and remember the largest value you saw" https://en.wikipedia.org/wiki/Arg_max")
 
mNo edit summary
Line 10: Line 10:


https://en.wikipedia.org/wiki/Arg_max
https://en.wikipedia.org/wiki/Arg_max
[[Category:Math on data]]

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.

ArgMax is the maximum value a function takes under given constraints.

In mathematics, with contonuous functions, this might involve some symbolic analysis and manipulation,

In computation, with discrete values, it may just amount to "go through array and remember the largest value you saw"


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