Decision Boundary Line (Linear/Non-Linear)

brojesus111
Messages
38
Reaction score
0

Homework Statement



Given a non-linear decision boundary line: (1 + X1)^2 + (2 − X2)^2 = 4

Argue that while the decision boundary is not linear in terms of X1 and X2, it is linear in terms of X1,X1^2 , X2, and X2^2 .

The Attempt at a Solution



I'm honestly not sure. I realize the curve is a circle, but I don't understand how it could be turned linear by having it terms of X1,X1^2 , X2, and X2^2
 
Physics news on Phys.org
Is it because we are extending the feature space by including quadratic terms that can address this non-linearity?
 
It's pretty basic algebra that (1+ X1)^2+ (2- X2)^2= X1^2- 2X1+ 1+ X2^2- 4X2+ 4= 4
so X1^2- 2X1+ X2^2- 4X2+ 1= 0.

If you let Y1= X1^2 and Y2= X2^2, then you have Y1- 2X1+ Y2- 4Y1+ 1= 0 which is 'linear in X1, X2, Y1, and Y2".
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top