udpated notation, into control

This commit is contained in:
NT
2021-03-08 11:15:00 +08:00
parent 3017836c8c
commit 42061e7d00
11 changed files with 379 additions and 112 deletions

View File

@@ -18,7 +18,7 @@ of the NN.
This gives a minimization problem to find $f(x;\theta)$ such that $e$ is minimized.
In the simplest case, we can use an $L^2$ error, giving
$\text{min}_{\theta} || f(x;\theta) - y^* ||_2^2$
$\text{arg min}_{\theta} | f(x;\theta) - y^* |_2^2$
We typically optimize, i.e. _train_,
with some variant of a stochastic gradient descent (SGD) optimizer.