Question: Question# 1 Marks - 1 5 Calculate the weights change using the backpropagation algorithm in this 3 layers NN . All baises set to 1

Question#1
Marks -15
Calculate the weights change using the backpropagation algorithm in this 3 layers NN.
All baises set to 1. Learning rate =0.1, input 1,0 with target 0,1. Use identity activation fuction, means no activation fuction, so g(a)=a. Consider the cost-function as Mean Square Error (MSE) to update weights. So, to change the weights through the backpropagation algorithm use the equ. wij(t+1)=wij(t)+i(t)zj(t), where wij(t+1) is the new weight in a connection, wijj(t) is the current weight in a connection, isthelearningrate,i(t) is the error made by a perceptron unit, ?zj(t) is the input to a perceptron unit
Figure 1: 3 layers Neural Network (input,1-hidden, output)
A Consider the neural network in figure-1 and calculate the output using the forward
5
propagation algorithm in the 3 layers NN.
B Consider the neural network in figure-1 and calculate the weights change using the
5
back-propagation algorithm in the 3 layers NN
C Consider the neural network in figure-1 with updated weights using the backpropagation in
5
question no.2. Calculate the output using the forward propagation algorithm with the updated weights in the 3 layers NN
 Question#1 Marks -15 Calculate the weights change using the backpropagation algorithm

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 Databases Questions!