Non-linear Transformation Flashcards

(12 cards)

1
Q

Why do we use non-linear transformations?

A

Because for non-linearly separable problems, a decision boundary of wTx = 0 will lead to underfitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an example of the basis expansion?

A

ϕ(x) = (1, x1, x2^1)T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can we use linear models in this new space?

A

Yes, because the new transformed space becomes linearly separable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a polynomial decision boundary of degree p?

A

A decision boundary of degree p uses a feature transform that includes all terms of order <= p based on the input X.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a feature transform not suitable?

A

When there are a lot of input variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the decision boundary of the transformed space?

A

wTϕ(x) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the decision boundary of the original space after using a basis expansion?

A

wTϕ(x) = 0, but replace ϕi(x) with the corresponding
value that depends on x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What can we use for non-polynomial transformations?

A

e^x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Should you exclude basis functions that aren’t used in the original decision boundary?

A

No, we don’t know beforehand what values will be needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is the logistic regression still linear?

A

Because it is still linear w.r.t its parameters w even when transforming into a different space with a nonlinear decision boundary in its original space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why do we use linear models?

A

Because they are faster, more robust and have better generalisation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a consequence of high number of dimensions?

A

It can lead to overfitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly