Page 1 of 1

Question 3. Given the following training samples from two classes: Class 1: (1, 1), (2, 2), (2, 0)* Class 2: (0, 0), (1,

Posted: Sat Nov 27, 2021 2:29 pm
by answerhappygod
Question 3 Given The Following Training Samples From Two Classes Class 1 1 1 2 2 2 0 Class 2 0 0 1 1
Question 3 Given The Following Training Samples From Two Classes Class 1 1 1 2 2 2 0 Class 2 0 0 1 1 (66.89 KiB) Viewed 79 times
Question 3. Given the following training samples from two classes: Class 1: (1, 1), (2, 2), (2, 0)* Class 2: (0, 0), (1, 0), (0, 1) (1) Are the two classes linearly separable? (2) Use the Pseudoinverse Approach to find two linear decision boundaries by using the following two vectors for b. (1, 1, 1, 1, 1, 1), (1, 1, 1, 1, 1, 2), (You may use any tool to computer matrix inversion.) (3) Verify if the solutions from (2) can indeed classify the samples correctly.