Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Exercise 3(Data Separation) Assume we have n data points xiinRd, with label yiin{-1,1}. We are searching for an hyper-plane defined by its normal , which separates the points according to their label. Ideally, we would like t
o have
Txi-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 function
L(,xi,yi)=max{0;1-yi(Txi)},
1
which is equal to 0 when the point xi is well-classified (the sign of Txi 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 loss function alone, we also use a quadratic regularizer as follow,
min1ni=1nL(,xi,yi)+2||||22,
where is the regularization parameter.
Consider the following quadratic optimization problem (1 is a vector full of ones),
,min,z1n1Tz+12||||22
s.t.zi1-yi(Txi),AAi=1dotsn
,z0
Explain why problem (Sep.2) solves problem (Sep.1).
2. Compute the dual of (Sep.2), and try to reduce the number of variables. Use the notations i and for 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

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions