Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In the accompanying graphic of a multi - layer neural network, input x 1 = 1 and input x 2 = 3 . Use your

In the accompanying graphic of a multi-layer neural network, input x1=1 and input x2=3. Use your program to answer the following questions.
This set of problems involves using the Feed-forward, back propagation algorithm. Write a basic Feedforward, multilayer neural network progam and use the values in the accompanying graphic (see preceding webpage) to initialize your neural network (see preceding webpage), and set the following inputs and learning parameters: input x1=1 and input x2=3 with eta =0.1, a desired output of 0.95 and the weights as indicated in the graphic. Note that since there are no biases, do not include them nor update them.
Question 1
- What is the initial activation function value of Node 1? Answer to 4 significant digits.
Question 2
- What is the initial activation value of Node 2? Answer to 4 significant digits.
Question 3
- What is the initial activation value of Node 3? Answer to 4 significant decimal digits.
Question 4
- Using your previously calculated values, what is the updated weight for the link connecting node 1 with node 3? Answer to 4 significant decimal digits.
Question 5
- Using the data you've calculated, what is the updated weight for the link connecting Node 2 with Node 3? Answer to 4 significant decimal digits.
Question 6
- For the updated weight from input 1 to node 2, by how much does the weight increase or decrease? Answer using 4 significant decimal digits.
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

How To Make A Database In Historical Studies

Authors: Tiago Luis Gil

1st Edition

3030782409, 978-3030782405

More Books

Students also viewed these Databases questions

Question

Assemble short, logical paragraphs

Answered: 1 week ago