Why we use w transpose not normal w??
1 Like
Hi @AbdallahOsama ,
By transposing W, the matrix multiplication can take place. When doing matrix multiplication where the number of columns of the first matrix needs to match up with the number of rows of the second matrix. If this rule is not satisfied, we will encounter error.
4 Likes