Grokking-Deep-Learning icon indicating copy to clipboard operation
Grokking-Deep-Learning copied to clipboard

ch 10 kernel weight update typo

Open AlexCalderwood opened this issue 4 years ago • 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

AlexCalderwood avatar Dec 28 '20 19:12 AlexCalderwood