Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Question 2
Design neural networks, using one or more Perceptron neurons, for the data as detailed below.
Let your Perceptron use the threshold activation function:
fthrrsshold(z)={1,z00,z0
Figure 4: Threshold activation function.
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)
Mark out of 100.
40 or less for clear indication that student does not understand the topic or evidence of plagiarism
50 for a fair understanding
60-70 for understanding and clear well defined examples
80+ for exceptional detail
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions