I've been using this tutorial for my reference on coding backpropagation. But, today, I've found another tutorial that has used same reference with me but with another approach in changing of synapse weight. What's different about the both of approach?
EDIT
Thank you Renan for your quick response.
The main difference is:
- First method is changing the synapse weight after calculate delta in each neuron (node).
- On the second method, The delta is calculated after calculate synapse weight based on delta from layer above.
note: I'll edit this explanation if still not clear. Thanks.