I'm in a deep learning class, and I always seem to mess up derivative questions, because I put the matrices in the wrong order or transposed/not when they were supposed to be the other way around.
Here's one simple question I have, what is:
$$\frac{ \partial (A B) }{ \partial X }$$
When $A \in \mathbb{R}^{M \times N}$, $B \in \mathbb{R}^{N \times P}$, and $X \in \mathbb{R}^{U \times V}$.
My class uses "denominator convention", which according to my notes means the answer should be a tensor with dimensions $U \times V \times P \times M$.
I'm aware of the "Matrix Cookbook", but that usually doesn't seem to contain what I need. If anyone can recommend a good book for learning this material, that would be great. My class doesn't talk about "contravariant, covariant" etc., so I'm not trying to learn differential geometry. I just want to know the matrix algebra equivalent of all of the calculus rules (given that these are matrices/tensors, not just real numbers).