Backpropagation - Numerical
Backpropagation - Numerical
= (1-outo1)outo1
Calculation at hidden layers
OR,
The above equations are put together to form expressions as given below:
Here, refers to
Similarly, we can calculate the other weight values as well.
After that we will again propagate forward and calculate the output. Again, we will
calculate the error.
If the error is minimum we will stop right there, else we will again propagate
backwards and update the weight values.
This process will keep on repeating until error becomes minimum.
https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/