Question: The gradient descent algorithm is commonly used in back propagation of Artificial Neural Network. (a) Explain the principle of the gradient descent algorithm. Accompany your

The gradient descent algorithm is commonly used in back propagation of Artificial Neural Network.

(a) Explain the principle of the gradient descent algorithm. Accompany your explanation with a diagram. Include all the terms and constants that you introduce and comment on the range of values that they can take.

(b)Derive the gradient descent training rule assuming that the target function representation is: od = w0 + w1x1 + + wnxn. In your derivation, the cost/error function E is defined explicitly, assuming that a set of training examples D is provided, where each training example d D is associated with the target output td.

(c) Show that the Least Mean Square (LMS) training rule performs a gradient descent to minimize the cost/error function E defined in (b).

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 Programming Questions!