if,
$$y = w^T X + b$$
where $w$ is a $[13, 1]$ matrix and $X$ is a $[13, 1]$ matrix, what is $\frac{dy}{dw}$?
$\frac{dy}{dX}$ seems to be $w^T$, but $\frac{dy}{dw}$ is not as clear to me. If the transpose wasn't there, it would seem like $\frac{dy}{dw}$ would be $X$, but I'm not sure how the transpose affects the derivative.
Any help will be greatly appreciated, thanks in advance.
The map $g(w) = w^TX$ is linear map. And the derivative of a linear map is itself (you can try to prove it).
Therefore you have $\frac{dy}{dx}: h \mapsto h^T X$.