Backpropagation Part 2

In this lesson, we’ll continue our discussion of backpropagation.

Backpropagation worked example

In this lesson we will consider the below Neural Network and update the weights and biases for one round of backpropagation. We use the sigmoid function activation function, and the learning rate l is 0.9.

We have the following initial values of inputs, weights and biases of the above neural network.

x1,x2,x3x_1, x_2, x_3 ...