DLFS_code
DLFS_code copied to clipboard
Typo In Table 2-1. Derivative table for neural network
Hi Seth,
Looking at the derivative for the loss function, dLdP, I think it is missing the '2'.
-(forward_info[y] - forward_info[p]) should be -2(forward_info[y]-forward_info[p])