Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions