iamtrask/Grokking-Deep-Learning

ch 10 kernel weight update typo

AlexCalderwood opened this issue · 0 comments

On pg 183 (also chapter10 - Intro to convolutional Neural Networks - learning edges and corners.ipynb), I believe that

kernels -= alpha * k_update
should read
kernels += alpha * k_update