Question: Forward Propagation: Consider a neural network shown below. It has an input x = ( x 1 , x 2 ) , a hidden layer

Forward Propagation: Consider a neural network shown below.
It has an input x=(x1,x2),
a hidden layer h=(h1,h2,h3),
and an output a=(a)
The layers h and a has sigmoid activation function.
Input x is
x=([1],[-1])
The weight matrix for x-h is
Wx=([12,12],[0,1],[1,0])
The weight matrix for h-a is
Wh=([-1],[12],[12])
What are the output values in the hidden layer output vector h? Give each answer to three decimal places.
What is the second element in the hidden layer output vector (h2)?
 Forward Propagation: Consider a neural network shown below. It has an

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!