naive bayes Flashcards

1
Q

how does naive bayes make classification simpler

A

assumption simplifies the computation , making it easier to do classification tasks

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

what is naive bayes

A

it is a simple porbabilistic classifier based on bayes theorem

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

why is naive bayes ‘naive’

A

assumes features are given conditional independence based on the class label , hence the term ‘naive’

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

what are the advantages of naive bayes

A

simple and easy to implement
fast training and prediction
works well with large data
preforms well with categorical ad continuous features

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

applications of naive bayes

A

recommendation systems
document categorisation
medical diagnosis
text classification

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

what are the disadvantages of naive bayes

A

can not preform as well with highly correlated features
‘naive’ assumption of feature independence is rarely true in practice
sensitive to imbalance data

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