NameError in Chapter 4 notebook
deepaksuresh opened this issue · 0 comments
deepaksuresh commented
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]