mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 16:19:23 +02:00
9 lines
274 B
TeX
9 lines
274 B
TeX
\subsection{Non-Linear Least Squares}
|
|
Find $\vec{x}^* = \text{argmax} p(\vec{x} | \vec{z}) = \argmin{}(-\log(p(\vec{x}|\vec{z})))$
|
|
|
|
\bi{Gauss-Newton} % TODO: Do we really need these? If so, use from NumCS (much simpler notation)
|
|
|
|
\bi{Levenberg-Marquardt}
|
|
|
|
\bi{Local Param.}
|