... | @@ -293,7 +293,7 @@ After setting everything up... it is time for a couple matrix multiplications. |
... | @@ -293,7 +293,7 @@ After setting everything up... it is time for a couple matrix multiplications. |
|
```
|
|
```
|
|
|
|
|
|
The augmented `XTX|XTY` matrix is what we are going to solve. *Note that the
|
|
The augmented `XTX|XTY` matrix is what we are going to solve. *Note that the
|
|
`@` operator is often used instead of `np_matmul`.*
|
|
`@` operator is often used instead of `np.matmul`.*
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
... | | ... | |