[IML] class.

This commit is contained in:
RobinB27
2026-03-22 15:54:22 +01:00
parent 110c1b7207
commit 80739c654a
5 changed files with 95 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ The solution is a stationary point, so:
$$
\nabla_w \bigl\Vert y-Xw \bigr\Vert^2 = 2X^\top(X\hat{w}-y) = 0
$$
Which yields the known \textbf{Normal Equation}
Which yields the \textbf{Normal Equation} from linear algebra.
$$
X^\top X\hat{w} = X^\top y
$$