edited by
314 views
1 1 vote

i didnt understood the ii. (1 point) Example at (1,1) and the condition 3. We cannot determine from the complementary slackness conditions whether or not the example is a support vector. 

Link: https://nyu-ds1003.github.io/mlcourse/2021/exams/sp19/1003-Spring2019-Midterm-Solution.pdf?utm_source=chatgpt.com

Ques no. 4-C

1 Answer

0 0 votes

Look lets pick up 3 points.

Think Alpha as a Force against our Enemy in the Battlefield.

 A(2,4): Civilian

Think like this : A is very far from the Margin. A  Civilian safe at home () far from the Battlefield Zone.

Alpha: α=0(He is not giving any force to win the war).

Status: NOT a Support Vector

B (1, 1) : Frontline soldier.
B(1,1): lies exactly on the margin line. 
He is a Frontline soldier.
He is standing exactly on the border line (y=1).
May be he is fighting or may be just watching the Enemies. We are absolutely
not sure what exactly he is doing !!!
Alpha: Maybe 0, Maybe > 0.

Status: Undetermined

C (2, 0) :The Captured Prisoner

He has been captured by our enemy and behind the enemy lines(y =0).

Our army(SVM algorithm) is exerting The MAX FORCE possible to rescue him. 

Alpha: α= (Definitely not zero). 

Status: DEFINITELY a Support Vector

I have tried to explain this using an informal example. You must not have any confusion after reading this !!!!

GOOD LUCK !!!

Fore a Similar Type Problem and Detailed Solution without Pen and Paper :

https://gateoverflow.in/460979/gate-da-2025-question-43?show=474719#a474719

 

 

edited by
Position:
Show:

Related questions

0 0 votes
1 1 answer
324
324 views
soudipta_dutta asked Jan 6
324 views
From the Representer Theorem and from duality, we saw that $\hat{w}$ can be expressed as\[\hat{w} = \sum_{i=1}^{m} \alpha_i z_i,\]where any $z_i$ with $\alpha_i \ne 0$ is...
2 2 votes
3 3 answers
418
418 views
alokdeep9925 asked Nov 20, 2025
418 views
If A and B are M*N matrices such that B can be obtained from A by column operations, then A can also be obtained from B by column operations
2 2 votes
3 3 answers
948
948 views