Exercise 8.17

Answers

With classification 0/1 error, Ein = 1 N n=1N[sign(wTxn + b)yn] and ESV M(b,w) = 1 N n=1Nmax(1 yn(wTxn + b),0).

For any n,

  • If the point is correctly classified with no violation, then yn(wTxn + b) 1 and

    max (1 yn(wTx n + b),0) = 0,

    so ein = eSV M

  • If the point is correctly classified with violation, then 1 > yn(wTxn + b) 0, so

    max(1 yn(wTx n + b),0) = 1 yn(wTx n + b),

    so we have 0 = ein < eSV M

  • If the point is wrongly classified, then we have yn(wTxn + b) < 0 and

    max(1 yn(wTx n + b),0) = 1 yn(wTx n + b) > 1,

    so we have 1 = ein < eSV M

We conclude that Ein ESV M

User profile picture
2021-12-08 10:18
Comments