Question: Please solve all four questionsConsider a feedforward neural network that performs regression on a p - dimensional input to produce a scalar output. It has

Please solve all four questionsConsider a feedforward neural network that performs regression on a p-dimensional input to produce a scalar output. It has m hidden layers and
each of these layers has k hidden units. What is the total number of trainable parameters in the network? Ignore the bias terms.
pk+mk2
pk+mk2+k
pk+(m-1)k2+k
p2+(m-1)pk+k
p2+(m-1)pk+k2
Consider a neural network layer defined as y=ReLU(Wx). Here xinRp is the input, yinRd is the output and WinRdp is the parameter
matrix. The ReLU activation (defined as ReLU(z):=max(0,z) for a scalar z) is applied element-wise to Wx. Find dely1delWij where i=1,dots,d and
j=1,dots,p. In the following options, I (condition) is an indicator function that returns 1 if the condition is true and 0 if it is false.
I(yi>0)xi
I(yi>0)xj
I(yi0)xi
I(yi>0)Wijxj
I(yi0)Wijxi
Consider a two-layered neural network y=(W(B)(W(A)x)). Let h=(W(A)x) denote the hidden layer representation. W(A) and
W(B) are arbitrary weights. Which of the following statement(s) is/are true? Note: gradg(f) denotes the gradient of f w.r.t g.
gradh(y) depends onW(A).
gradW(A)(y) depends onW(B).
gradW(A)(h) depends onW(B).
gradW(B)(y) depends onW(A).
Which of the following statement(s) about the initialization of neural network weights is/are true?
Two different initializations of the same network could converge to different minima.
For a given initialization, gradient descent will converge to the same minima irrespective of the learning rate.
The weights should be initialized to a constant value.
The initial values of the weights should be sampled from a probability distribution.
 Please solve all four questionsConsider a feedforward neural network that performs

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!