Question: Q 1 ( 2 0 points ) Consider the following given neural network with three layers of two inputs neurons, two hidden neu - rons,

Q1(20 points) Consider the following given neural network with three layers of two inputs neurons, two hidden neu-
rons, and two output neurons. Additionally, the hidden and output neurons will include a bias. Suppose the initial
weights (wi's based on node number top to down at each layers ), the biases, and training input/outputs(targets)
values are as given in the Figure. For the hidden layer and output layer, we consider the Sigmoid activation
function to get the output of neurons. For the single training data set: given inputs 0.50 and 0.10, we want the
neural network to output 0.10 and 0.90
(i) Calculate the error for each output neuron and sum them to get the total error:
Etotal=??12( target - output )2
(ii) Consider the parameter w5. We want to know how much a change in w5 affects the total error, so calculate
delEtotaldelw5.
(iii) Now consider the parameter w1. We want to know how much a change in w1 affects the total error, so
calculate delEtotaldelw1.
(iv) By following the gradient descent updating rule of
wik+1=wik-delEtotaldelwik,k=0,1,2dots
Find the new updating value of w1,w2,w3,w4 parameters after one iteration. Take =0.1.
Q 1 ( 2 0 points ) Consider the following given

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!