Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Manually develop a multi - layer perceptron that is capable of distinguish the two shaded triangular areas from the clear background using threshold activation function

Manually develop a multi-layer perceptron that is capable of distinguish the two shaded
triangular areas from the clear background using threshold activation function (output {0,
1}) for all neurons. Plot the MLP structure, and derive the weights (including bias).
Hint: A straight line passing (a, b) and (c, d) has the formula:
g(x1, x2)= w0+ w1x1+ w2x2=0.
Thus
For convenience, one may set w0= ad - bc, w1= b - d, and w2= c - a or a scaled version of
these values. Also, note that the bottom lines of both triangles are the same line.

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

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

5. Discuss the key components of behavior modeling training.

Answered: 1 week ago