Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(2-1). (3 points) (due: 11:59 pm, 2/12) This question is not a programming assignment. This question is about the updating connection weights in Backpropagation. This

image text in transcribed

(2-1). (3 points) (due: 11:59 pm, 2/12) This question is not a programming assignment. This question is about the updating connection weights in Backpropagation. This network has two input units, two hidden units, and two output units. The input training data to input unit 1 is 1 . The input training data to input unit 2 is 0 . The target output of output unit 1 is 0 . The target output of output unit 2 is 1 . Sigmoid function is used as the activation function. The learning rate is 0.5. The weights are given as below. Inp Show the process to find the following. 1. The net of hidden unit 1 and actual output of hidden unit 1 . 2. The net of hidden unit 2 and actual output of hidden unit 2 . 3. The net of output unit1 and actual output of output unit 1 . 4. The net of output unit 2 and actual output of output unit 2 . 5. The delta of output unit 1 and output unit 2. 6. The updated weight of 0.8 7. The updated weight of 0.7 8. The updated weight of 0.1 9. The updated weight of 0.2 10. The updated weight of 0.5 Your answer should be rounded 4 decimal places. For example, if the number is 0.12345, then it would be 0.1235. If the number is 0.12344, then it would be 0.1234

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

Database And Expert Systems Applications Dexa 2023 Workshops 34th International Conference Dexa 2023 Penang Malaysia August 28 30 2023 Proceedings

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Atif Mashkoor ,Johannes Sametinger ,Maqbool Khan

1st Edition

ISBN: 303139688X, 978-3031396885

More Books

Students also viewed these Databases questions

Question

2. What would you do first if you were Jennifer?

Answered: 1 week ago