Joint Probability and Independence
What is the formula?
What is equation for Bayes rule?
Possible to compute the probability of an hypothesis H given some evidence E by looking at the probability of the evidence given the hypothesis P(E|H), as well as the unconditional probabilities of the hypothesis P(H) and the evidence P(E)

How can the Bayes rule be applied to classification?

What are the difficulties with the application of the Bayes Rule?
What is the acutal Naive Bayes equation?

What is the version of Naive Bayes equation with which we can compute the posterior probabilities easily from the data?

Advantages and Disadvanrtages of Naive Bayes
How can lift be used with Naive Bayes?

Whats the difference between the Optimal Bayes Classifer and the Naive Bayes Classifier?
What are the equations?
The optimal bayes classifier does not make any indepedence assumptions, while the naive bayes classifer does.
optimal - complex model with high variance and limited data.
