1. For the following data set find the optimum model which can represent this data.
X
-6
Y
1
-5.5
1.5
-5
-2
-4.5
3
-4
1.7
-3.5
-4
-3
1
-2.5
-1.2
-2
1.9
-1.5
-2.8
-1
1.5
-0.5
-1
0
-3.2
0.5
2.2
1
0.8
1.5
1.7
2
-1.3
2.5
-1
3
0.9
3.5
-3.4
4
3.5
4.5
1
5
2.1
5.5
-1.5
6
-3
2. Given a support Vector machine model of the following parameters:
WTX + b = [-1 0]X+2
Classify the following points according to this model:
X1=(-3,3), X2= (3, 5), X3=(0,-1), X4=(4,3).