retagged by
4,338 views
3 votes
3 votes

Consider the two class classification task that consists of the following points:

Class $C_1$ : [1   1.5] [1   -1.5]
Class $C_2$ : [-2   2.5] [-2   -2.5]

The decision boundary between the two classes using single perceptron is given by:

  1. $x_1+x_2+1.5=0$
  2. $x_1+x_2-1.5=0$
  3. $x_1+1.5=0$
  4. $x_1-1.5=0$
retagged by

2 Answers

Best answer
2 votes
2 votes
Ans is C    

simply plot the all the points of C1 and C2 in 2-D  coordinates then see which option's line  seperates the points of C1 and C2

all points of C1 should be on one side and all points of C2 should be on  other  side of line.

only Line given in option C     x1 + 0,5 =0 does that
selected by
0 votes
0 votes
neural network
Answer:

Related questions

7.4k
views
3 answers
4 votes
go_editor asked Aug 2, 2016
7,382 views
Suppose the function y and a fuzzy integer number around - 4 for x are given as $y=(x-3)^2 + 2$. Around - 4 ={(2, 0.3), (3, 0.6), (4, 1), (5, 0.6), (6, 0.3)} respectively. Then ... 0.6), (11, 0.3)}{(2, 0.6), (3, 0.3), (6, 0.6), (11, 0.3)}
5.7k
views
1 answers
4 votes
go_editor asked Aug 2, 2016
5,743 views
Let A and B be two fuzzy integers defined as:A={(1.0.3), (2, 0.6), (3, 1), (4, 0.7), (5, 0.2)}B={(10, 0.5), (11, 1), (12, 0.5)}Using fuzzy arithmetic operation given by ... 12, 0.5), (13, 0.6), (14, 1), (15, 0.7), (16, 0.5), (17, 0.2)}
3.8k
views
1 answers
1 votes
go_editor asked Jul 24, 2016
3,778 views
Support of a fuzzy set $A= \big\{ \frac{x_1}{0.2}, \frac{x_2}{0.15}, \frac{x_3}{0.9}, \frac{x_4}{0.95}, \frac{x_5}{0.15} \big \}$ within a universal set X is ... $\{x_1, x_2, x_3, x_4, x_5\}$
11.5k
views
1 answers
1 votes
go_editor asked Jul 19, 2016
11,484 views
If A and B are two fuzzy sets with membership functions$\mu _A (x)=\{0.6,0.5,0.1,0.7,0.8\}$\mu_B(x)=\{0.9, 0.2, 0.6, 0.8, 0.5\}$Then the value of $ ... $\{0.1, 0.5, 0.4, 0.2, 0.3 \}$