September 2016
Beginner to intermediate
346 pages
6h 35m
English
Naïve Bayes is one of most famous machine learning algorithms to date. It is widely used in text classification techniques.
Naïve Bayes methods come under the set of supervised learning algorithms. It is a probabilistic classifier and is based on Bayes' theorem. It takes the "naïve" assumption that every pair of features is independent of one another.
And in spite of these assumptions, Naïve Bayes classifiers work really well. Their most famous use case is spam filtering. The effectiveness of this algorithm is justified by the requirement of quite a small amount of training data for estimating the required parameters.
These classifiers and learners are quite fast when compared to other methods.
In this given ...
Read now
Unlock full access