Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 5 . 2 . 4 Write a program to find the global minimum value of f = ( x - 1 ) 4 -

Exercise 5.2.4 Write a program to find the global minimum value of f=(x-1)4-x+(y-2)2 using
steepest decent and plot the progress of the algorithm. Use the initial point (1,1) and a step size of
s=0.1. Also track the (x,y) values during the execution of the algorithm, using a scatter plot. For
the assignment, submit the code and the plots.
Exercise 5.2.5 In this problem you will use the steepest decent algorithm to try to find the global
minimum value of the function f(x,y)=x2(x-2)(x+3)+y2(y-2)(y+3), which is not convex.
Modify the Python code in the text accordingly for each of the parts below. Play with the step size
until you get smooth plots. For the assignment, submit the plots for each part. Submit the code listing
only for part (a).
(a) Use (1,1) as the initial point. Plot f(x,y) against the number of iterations.
(b) Repeat with (1,-1) as the initial point.
w11:=w11-delfedelw11
Exercise 6.4.1 Derive the back propagation update rule for w12 and w23 in the 3/2-1-neural network
above, by following the same steps as above. Start with a step similar to the one in (6.44) and applying
the chain rule.
Exercise 6.4.2 Derive the back propagation up@rules for www2,ww21, and w12, in the 2/3-2-1-
neural network above, by following the same steps as above.
Exercise 6.5.1 Derive the back propagation update rule for ww21 and w13 in the 3/3-2-1-neural net-
Owork with activating functions above, by following the same steps as above.
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

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

Summarize various training methods.

Answered: 1 week ago

Question

Explain the metrics for evaluating training and development.

Answered: 1 week ago

Question

Identify career planning approaches.

Answered: 1 week ago