Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Backpropagation We want to train a simple deep neural network f w ( x ) with w = ( w 1 , w 2 ,

Backpropagation We want to train a simple deep neural network fw(x) with w=(w1,w2,w3)TTinR3 and xinR, defined as:
fw(x):=w32(w21(w1x))
where 1(u)=2(u)=11+exp(-u), i.e., sigmoid activation. You may denote x1:=w1x and x2:=w21(x1) for notational convenience.
(a) Illustrate a directed acyclic graph corresponding to the computation of fw(x).
(b) Compute del1delu and provide the answer in two different forms: (i) an expression using only u and the exponential functions; and (ii) an expression using only 1(u).
(c) Describe briefly what is meant by a forward pass and a backward pass?
(d)2pt Compute delfwdelw3. Which result should we retain from the forward pass in order for efficiently computing this derivative?
(e) Compute delfwdelw2 using the second option in Problem (b). Which results should we retain from the forward pass in order for efficiently computing this derivative?
(f)[5pt] Compute delfwdelw1 using the second option in Problem (b). Which results should we retain from the forward pass in order for efficiently computing this derivative? In what order should we compute the derivatives delfwdelw1,delfwdelw2 and delfwdelw3 in order for maximizing computational efficiency? How is this order related to the forward pass?
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

Advances In Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions

Question

What are the challenges associated with tunneling in urban areas?

Answered: 1 week ago

Question

What are the main differences between rigid and flexible pavements?

Answered: 1 week ago

Question

What is the purpose of a retaining wall, and how is it designed?

Answered: 1 week ago

Question

How do you determine the load-bearing capacity of a soil?

Answered: 1 week ago

Question

what is Edward Lemieux effect / Anomeric effect ?

Answered: 1 week ago