Linear Separability Flashcards

(5 cards)

1
Q

What is a linear classifier

A

A simple classifier that can only generate linear decision boundaries

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

Rewrite the decision boundary formula to have one side = 0

A

When priors are equal, using bayes rule

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

What is the discriminant function gi(x) used for

A

We can define a discriminant function gi(x) for each class i that is used to classify every point in out features space (x)

x belongs to ωi if gi(x) > gj(x) else x belongs to ωj

The decision boundary is defined by

gi(x) - gj(x)

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

What do we define the discriminant function as

A

For our bayesian classifiers, define the natural log as our discriminant function

gi(x) = ln(P(ωi|x)

Then applying bayes rule we can get this (image)

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

Why use the discriminant function

A

When using distributions like guassian, the ln cancels out all the exponentials making the maths easier

Also, to get the product you have to sum them rather than multiply them

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