Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design neural networks, using one or more Perceptron neurons, for the data as detailed below. Let your Perceptron use the threshold activation function: f t

Design neural networks, using one or more Perceptron neurons, for the data as detailed below.
Let your Perceptron use the threshold activation function:
fthreshold(z)={1,z00,z0
riguie 4. IIIesiIUIU dulvdiluI IUIIcliUI.
For each sub-question, draw diagrams to show the decision boundaries that your network uses, and
the structure of the neural network showing the weights that will correctly classify the function. Show
the arguments for your choices, all your assumptions, definitions, and calculations. Prove that the
weights you use will correctly classify the function.
Note that this question does not ask you to train a neural network using one of the neural network
algorithms. The purpose here is similar to the question on the relationship between decision trees
and Boolean expressions, in the previous assignment. It is possible to directly map a specific
Boolean expression to a network of Perceptrons. Rojas has a very good explanation of the concepts
needed in Chapter 2(and some aspects on XOR in Chapter 6).
Question 2(a)
Data set 1:
P1=(-3,3)
P2=(3,-3)
P3=(3,3)
N1=(-3,-3)
Question 2(b)
Data set 2:
P1=(-3,-3)
P2=(3,3)
N1=(-3,3)
N2=(3,-3)
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

More Books

Students also viewed these Databases questions

Question

5. Identify three characteristics of the dialectical approach.

Answered: 1 week ago