Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions