Value of errror in different regions

Consider the scenarios described below for a point Xi:

a) It lies on the correct side of the margin

b) It lies on the margin line

c) It lies on the wrong side of the margin

d) It lies on the wrong side of the decision boundary

Shouldnt The answer be
0 ,
b/w 0 and 1 =>reason we are less confident with the datapoint but it is in correct region ,

1,
1

Like I want to confirm meaning of margin line also
According to me margin line means
w.Tx +b=1 and w.Tx +b=-1

Hey @chiragwxN, you are getting the margin lines correct.
a) Surely it should be zero, you are right
b) It lies on the margin, than also it will be zero. since no error is involved in classification, we can have multiple points lying on the margin
c) when it lies in the wrong side of the margin, than the error will be somewhere between 0 and 1
d) When it lies on the other side of decission boundary than it would be greater than 1.

you can visualize all these from graph of ei = max(0,1-ti).

So correct answer should be 0,0, between 0 and 1, >1. This option is not present currently, informed the backend team they will be resolving it very soon.

Hope this cleared your doubt. :blush:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.