Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exerciae 3 ( Data Separation ) , Assume we have n data points x i i n R d , with label y i i

Exerciae 3(Data Separation), Assume we have n data points xiinRd, with label yiin{-1,1}. We ane searching for an mypen-plane defined by iva normal , which separates the points according to their label. Ideally, we would like to have
2xi-1=>yi=-1 and Txi1=>yi=1.
Unfortunately, this condition is rarely met with real-life problems. Instead, we solve an optimization problem which minimizes the gap between the hyper-plane and the miss-classified points. To do so, we will use a specific loss fumetion
C(i,xi,yi)=max{0;1-yi(Txi)}
1
which is equal to 0 when the point x; is well-classified (the sign of Tx;, and yi is the same), but is strictly positive when the sign of Txi and yi is different. To improve the performances, instead of minimizing the los function alone, we alho use a quadratic regularizer as follow.
min-1nk=1nC(,xi,yi)+2||||22
where to is the regularization parameter.
Consider the following quadratic optimization problem (1 is a vector full of ones).
min1n1T2+12||i||22
ni1-mi(rini),AAi=1dotsn
20
Esplain why problem (Sep.2) solves problem (Sep.1).
2. Compute the duat of (Sep.2), and try to reduce the number of variables. Use the notations i and - tor the dual variables.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

What does this key public know about this issue?

Answered: 1 week ago

Question

What is the nature and type of each key public?

Answered: 1 week ago

Question

What does this public need on this issue?

Answered: 1 week ago