mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
10 lines
309 B
TeX
10 lines
309 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)
|
|
% TODO: Error propagation laws
|
|
|
|
\bi{Levenberg-Marquardt}
|
|
|
|
\bi{Local Param.}
|