iamtrask/Grokking-Deep-Learning

NameError in Chapter 4 notebook

deepaksuresh opened this issue · 0 comments

In the first cell, the variable weight_deltas is not defined.
The call happens here

for i in range(len(weights)):
    weights[i] -= alpha * weight_deltas[i]