Redirected
retagged by
4,062 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

1 votes
1 votes
1 answer
3
go_editor asked Jul 24, 2016
3,587 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 given as$\bi...