Last answered:

19 Sept 2021

Posted on:

12 Sept 2021

0

Resolved: Why do you have to transpose the weights?

I don't understand why you have to transpose the weights. You can obtain the same result without doing so. Please explain

3 answers ( 1 marked as helpful)
Instructor
Posted on:

12 Sept 2021

0

Hi Marcus!

Thanks for reaching out.

We do that to stick to the econometric formula for multiplication of matrices. Otherwise, so long as you obtain the correct answer in Python, you could avoid using the transpose.
Because of the former reason, we do advise using the transpose values.

Hope this helps.
Best,
Martin

Posted on:

16 Sept 2021

0

That makes sense, thank you!

Instructor
Posted on:

19 Sept 2021

0

You are very welcome!

Best,
Martin

Submit an answer