christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.76k stars 1.06k forks source link

Small typo in Vanilla Gradient Example #306

Closed sophmrtn closed 2 years ago

sophmrtn commented 2 years ago

Typo in subscript of term xn -> x{n+1}

christophM commented 2 years ago

Thanks! But it should be X_n, since we do backpropagation and are interested to get the gradient at X_n

sophmrtn commented 2 years ago

Ah apologies!

christophM commented 2 years ago

No worries! Thanks for taking the time to report it anyways, much appreciated!