naive bayes Flashcards
how does naive bayes make classification simpler
assumption simplifies the computation , making it easier to do classification tasks
what is naive bayes
it is a simple porbabilistic classifier based on bayes theorem
why is naive bayes ‘naive’
assumes features are given conditional independence based on the class label , hence the term ‘naive’
what are the advantages of naive bayes
simple and easy to implement
fast training and prediction
works well with large data
preforms well with categorical ad continuous features
applications of naive bayes
recommendation systems
document categorisation
medical diagnosis
text classification
what are the disadvantages of naive bayes
can not preform as well with highly correlated features
‘naive’ assumption of feature independence is rarely true in practice
sensitive to imbalance data