mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 16:19:23 +02:00
[IML] class.
This commit is contained in:
@@ -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
|
||||
$$
|
||||
|
||||
Reference in New Issue
Block a user