A series of experiments with Julia and Python
0

Configure Feed

Select the types of activity you want to include in your feed.

Rename for consistency

+1 -1
+1 -1
dl/scikit_learn_tutorial.ipynb dl/hello_scikit_learn.ipynb
··· 19 19 "source": [ 20 20 "# Argmax and Argmin\n", 21 21 "\n", 22 - "$$ \\underset{x \\in D}{\\operatorname{argmax}} f(x) = \\{ x f(x) \\ge f(y), \\forall y \\in D \\} $$\n", 22 + "$$ \\underset{x \\in D}{\\operatorname{argmax}} f(x) = \\{ x \\mid f(x) \\ge f(y), \\forall y \\in D \\} $$\n", 23 23 "\n", 24 24 "See [Argmax and Max Calculus](https://www.cs.ubc.ca/~schmidtm/Documents/2016_540_Argmax.pdf)" 25 25 ]