alpha
Login
or
Join now
utensil.tngl.sh
/
julia-playground
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A series of experiments with Julia and Python
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Rename for consistency
author
utensil
date
8 years ago
(Nov 21, 2017, 9:22 AM +0800)
commit
b71c1e97
b71c1e97b56f750624c69b2995ee83aa9247463c
parent
237554ac
237554ac935836c24c1f9c66f222f02e113fa21f
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
dl
hello_scikit_learn.ipynb
+1
-1
dl/scikit_learn_tutorial.ipynb
dl/hello_scikit_learn.ipynb
View file
Reviewed
···
19
19
"source": [
20
20
"# Argmax and Argmin\n",
21
21
"\n",
22
22
-
"$$ \\underset{x \\in D}{\\operatorname{argmax}} f(x) = \\{ x f(x) \\ge f(y), \\forall y \\in D \\} $$\n",
22
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
]