rasbt / machine-learning-book

Code Repository for Machine Learning with PyTorch and Scikit-Learn
https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn
MIT License
3.64k stars 1.31k forks source link

Chapter 11 Pg 361 - Incorrect Expression #157

Closed jjtan closed 12 months ago

jjtan commented 1 year ago

$\frac{\partial}{\partial w{j,l}^{(l)}} = L(W, b)$ should be $\frac{\partial L(W, b)}{\partial w{j,l}^{(l)}}$

rasbt commented 12 months ago

Yes, good catch, and I agree. I have it in the errata here: https://github.com/rasbt/machine-learning-book/blob/main/ERRATA/README.md