Naive Bayes

It is a very simple algorithm. For a relatively small training dataset, if features are independent, naive Bayes will usually perform well. For a large dataset, naive Bayes will still work well as feature independence can be assumed in this case regardless of the truth. Training of naive Bayes is usually faster than any other algorithms due to its computational simplicity. However, this may lead to high bias (low variance though).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.140.204