Skip to content

Quiz 2.4 Part 3 #72

Jul 12, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Great question! In the video, I was specifically referring to the case where we multiply the inputs $X$ with the weights $W$. So we have $X.W^T$ (which it is how it's implemented in PyTorch's Linear layer based on how the weights are stored in $W$).

For the quiz, I was just thinking of a regular matrix multiplications between to matrices $A.B$, not $A.B^T$. Sorry if this was confusing!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gracecluvohio
Comment options

Answer selected by gracecluvohio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants