Question: Weights from Input to First Hidden Layer: W 1 = [ 0 . 1 0 . 2 0 . 3 0 . 4 0 .

Weights from Input to First Hidden Layer:
W1=[0.10.20.30.40.50.60.70.80.90.10.20.3],b1=[0.10.20.30.4]
Weights from First Hidden Layer to Second Hidden Layer:
W2=[0.10.20.30.40.50.60.70.80.90.10.20.30.40.50.60.7],b2=[0.10.20.30.4]
Weights from Second Hidden Layer to Output Layer:
W3=[0.10.20.30.4],b3=0.1
,S(x)=11+e-x
Sigmoid Function is used as the activation function.
w(n+1)=w(n)+a**w(n-1)+**(n)**y;,(=0;=00.1)
According to the Input vector x=[1,2,3], output value is expected to be 0.8.
Calculate the output according to these weights (Input vector x=[1,2,3], expected output=0.8).
Caculate the error
Use backpropogation algorithms to update the weights, SHOW the weights.
Calculate the output value according to these weights (Input vector x=[1,2,3], expected output=0.8).
Caculate the error
Is there any decrease in the error amount. Explain your answer.
SHOW ALL YOUR CALCULATION WITH YOUR OWN HANDWRITING
 Weights from Input to First Hidden Layer: W1=[0.10.20.30.40.50.60.70.80.90.10.20.3],b1=[0.10.20.30.4] Weights from First

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!