Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the connectivity matrix for multilayer feed-forward neural network. (a) Draw the neural network structure with 2 inputs and 1 output. (b) Run your network,

Consider the connectivity matrix for multilayer feed-forward neural network.

(a) Draw the neural network structure with 2 inputs and 1 output.

(b) Run your network, with your initial weights as all 1s, for the input vector X = {1, -2}

(c) Apply back-propagation algorithm for one iteration and find the next weight matrix using the input X in part (b) with the desired output as 2 (without activation).

Assumptions and Useful Formula:

Activation function = f(z) = 1 / 1+e-z

Derivative of activationfunction = f(z) = z(1-z)

Delta calculations (backward pass): j = (Oj dj) . f(Oj) -- for output neurons

j = fj (Oj) . all i out of j i. wij -- for non-output neurons

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_2

Step: 3

blur-text-image_3

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

Essentials Of Xbrl Financial Reporting In The 21st Century

Authors: Bryan Bergeron

1st Edition

0471220779, 978-0471220770

More Books

Students also viewed these Accounting questions