Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in Machine Learning by (4.2k points)
edited by
What is the difference between a Bayesian network and a Naive Bayes classifier? I noticed one is just implemented in Matlab as classify the other has an entire net toolbox.

If you could explain in your answer which one is more likely to provide a better accuracy as well I would be grateful (not a pre-requisite).

1 Answer

+1 vote
by (6.8k points)

A good paper to read on this is often "Bayesian Network Classifiers, Machine Learning, 29, 131–163 (1997)".

Bayesian network models relationships between features in a very general way. If you know what these relationships are, or have enough data to derive them, then it may be appropriate to use a Bayesian network.

A Naive Bayes classifier may be an easy model that describes an explicit class of Bayesian network - wherever all of the options are class-conditionally independent. Because of this, there are bound problems that Naive Bayes cannot solve (example below). However, its simplicity also makes it easier to apply, and it requires fewer data to get a good result in many cases.

For this undergoing through the Probabilistic Bayesian Models Training would be abetter prospect for a newbie. Since they are somewhat related to Machine Learning Algorithms and also Data Science Course, one can study them too for a better grasp on the aforementioned topic.

Browse Categories

...