[IML] SGD

This commit is contained in:
RobinB27
2026-08-09 13:55:11 +02:00
parent 06df67934c
commit df428322e8
5 changed files with 158 additions and 4 deletions
+1 -1
View File
@@ -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)
$$