Jan Strube
Results
1
comments of
Jan Strube
Hmm, if `error = (input * weight - goal_pred) ** 2` should derivative not be `2 * (input * weight - goal_pred)`? Since in this example input = 2, it's...