Argmax Argmax

Argmax - Definition and Overview

In mathematics, arg max (or argmax) stands for the argument of the maximum, that is to say, the value of the given argument for which the value of the given expression attains its maximum value. This is well-defined only if the maximum is reached at a single value. Thus

<math>x_0 = \arg \max_x f(x)<math>

holds if and only if x0 is the unique value of x for which f(x) is maximized. So, for example,

<math>\arg \max_{x \in \Bbb{R}} x(10-x) = 5<math>

since the maximum value of x(10-x) is 25, which happens when x=5.

arg min (or argmin) is defined analogously.

See also

Example Usage of Argmax

andreaskirkedal: feels like all natural language processing is about classification - can't read a paper without Bayes theorem or Argmax being keywords
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.