I can understand the fact that the row of Wq,Wv,Wk is the same dimension of the input embedding word.
However, I am not sure what the columns of Wq, Wv, and Wk mean.
I’ve googled hard, but I can’t find an answer.
help me
I can understand the fact that the row of Wq,Wv,Wk is the same dimension of the input embedding word.
However, I am not sure what the columns of Wq, Wv, and Wk mean.
I’ve googled hard, but I can’t find an answer.
help me
As always in this course, the W? values are the weights that are learned through training.
I’m confused about the concept of linear transform in linear algebra, so I think I asked a silly question about the weight matrix. Thank you for answer.