Question: Consider recursive feedforward deep ANN with one input layer, 7 0 0 hidden layers and one output layer. [ An example of much simpler recursive

Consider recursive feedforward deep ANN with one input layer, 700 hidden layers and one output layer. [An example of much simpler recursive ANN with only THREE hidden layersis shown in Figure.]
Assume, the same sets of weights and biases for ALL nodes of the ANN.
Use the following data (pay attention to the signs in numbers):
* recursive given weights: w11=0.3; w12=0.6; w21=0.2; w22=0.8;
* recursive given biases: b1=14; b2=2;
* given inputs: x1=1; x2=2.
For simplicity, assume, that the recursive activation function for each node is an identity function, i.e. a linear function with UNIT coefficient: g(x)=x.
Determine the value of y2 the second output of this deep ANN.
write a matlab code to solve this problem
 Consider recursive feedforward deep ANN with one input layer, 700 hidden

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!