Contents
- 1 Can you use Maximum Likelihood in classification with Bayes Theorem Why or why not?
- 2 What is maximum likelihood estimation in naive Bayes?
- 3 What is Bayes optimal classifier?
- 4 How is maximum likelihood estimation used in Bayes classifier?
- 5 When to use Bayes classifier with unlabeled data?
- 6 What kind of Gaussian model is used in Bayes classifier?
Can you use Maximum Likelihood in classification with Bayes Theorem Why or why not?
“In many practical applications, parameter estimation for naive Bayes models uses the method of maximum likelihood; in other words, one can work with the naive Bayes model without accepting Bayesian probability or using any Bayesian methods.”
What is maximum likelihood estimation in naive Bayes?
The derivation of maximum-likelihood (ML) estimates for the Naive Bayes model, in the simple case where the underlying labels are observed in the training data. Naive Bayes is a simple but important probabilistic model. It will be used as a running example in this note.
Does naive Bayes use map or MLE?
Both Maximum Likelihood Estimation (MLE) and Maximum A Posterior (MAP) are used to estimate parameters for a distribution. MLE is also widely used to estimate the parameters for a Machine Learning model, including Naïve Bayes and Logistic regression.
What is Bayes optimal classifier?
The Bayes Optimal Classifier is a probabilistic model that makes the most probable prediction for a new example. Bayes Optimal Classifier is a probabilistic model that finds the most probable prediction using the training data and space of hypotheses to make a prediction for a new data instance.
How is maximum likelihood estimation used in Bayes classifier?
In the learning algorithm phase, its input is the training data and the output is the parameters that are required for the classifier. In order to select parameters for the classifier from the training data, one can use Maximum Likelihood Estimation (MLE), Bayesian Estimation (Maximum a posteriori) or optimization of loss criterion.
Can you use maximum likelihood in a naive Bayes model?
“In many practical applications, parameter estimation for naive Bayes models uses the method of maximum likelihood; in other words, one can work with the naive Bayes model without accepting Bayesian probability or using any Bayesian methods.” Therefore, if this is the case, I will be ignoring the probability that goes in the denominator:
When to use Bayes classifier with unlabeled data?
After training your model, the goal is to find an approximation of a classifier that works just as well as an optimal classifier so that the same classifier can be used with unlabeled/unseen data. In the beginning, labeled training data are given for the training purposes.
What kind of Gaussian model is used in Bayes classifier?
In my example below, Gaussian model, which is most common phenomenon, is used. In order to make sure the distribution is normal, the normality test is often done. In the learning algorithm phase, its input is the training data and the output is the parameters that are required for the classifier.