... | @@ -280,9 +280,9 @@ Next... let us jump to the `main` function and... |
... | @@ -280,9 +280,9 @@ Next... let us jump to the `main` function and... |
|
|
|
|
|
4. compute X-transpose
|
|
4. compute X-transpose
|
|
|
|
|
|
```python
|
|
```python
|
|
matrix_XT = matrix_X.transpose()
|
|
matrix_XT = matrix_X.transpose()
|
|
```
|
|
```
|
|
|
|
|
|
After setting everything up... it is time for a couple matrix multiplications.
|
|
After setting everything up... it is time for a couple matrix multiplications.
|
|
|
|
|
... | | ... | |