mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[IML] SGD
This commit is contained in:
@@ -141,7 +141,7 @@ $$
|
||||
|
||||
\subsection{Non-Linear Least Squares}
|
||||
|
||||
To expand Linear Regression to Non-linear functions, feature maps are used on $x$: $\phi: \R^d \to \R^p$.
|
||||
To expand Linear Regression to Non-linear functions, feature maps are used on $x$ of the form $\phi: \R^d \to \R^p$.
|
||||
$$
|
||||
f_w(x) = \sum_{j=1}^{p} w_j^\top \phi_j(x)
|
||||
$$
|
||||
|
||||
Reference in New Issue
Block a user