Grokking-Deep-Learning
Grokking-Deep-Learning copied to clipboard
ch 10 kernel weight update typo
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