01/ Given the following description of a Perceptron: w1=6, w2=-3, b=-4 and the threshold function output is used, Classify the following points ( indicate which class each belongs to either C1 (+1), or C2(-1)) using decision boundary w1*x1 + w2*x2 +b = 0. 1. (x1,x2) : 2, 3 2. (x1,x2) : 2, -4 3 (x1 v2):15 3 5

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 24PE
icon
Related questions
Question
Artificial neural networks
Q1.
/ Given the following description of a Perceptron: w1=6, w2=-3, b=-4 and the threshold function output is
used, Classify the following points ( indicate which class each belongs to either C1 (+1), or C2(-1)) using
decision boundary w1*x1 + w2*x2 + b = 0.
1. (х1,x2) : 2, 3
2. (х1,x2): 2, -4
3. (х1,x2): 1.5, 3.5
Transcribed Image Text:Q1. / Given the following description of a Perceptron: w1=6, w2=-3, b=-4 and the threshold function output is used, Classify the following points ( indicate which class each belongs to either C1 (+1), or C2(-1)) using decision boundary w1*x1 + w2*x2 + b = 0. 1. (х1,x2) : 2, 3 2. (х1,x2): 2, -4 3. (х1,x2): 1.5, 3.5
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Neurons
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning