Question: solve this one Exercise for SVM Calculate the following data by following steps Positive events =[(1,1),(2,2),(2,0)] Negative events =[(0,0),(1,0),(0,1)] 1. Plot both events to a

solve this one
Exercise for SVM Calculate the following data by following steps Positive events =[(1,1),(2,2),(2,0)] Negative events =[(0,0),(1,0),(0,1)] 1. Plot both events to a chart 2. Make positive and negative support vectors a. Positive support vector: w1x1+w2x2+b=1 b. Negative support vector: w1x11+w2x2+b=1 3. Calculate SVM vector w for wx+b=0 4. Calculate hard margin for SVM 5. Estimate class for new event =(4,2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
