Naive Bayes Operator

norita
New Altair Community Member
Hi
Hope you are all well.
I need to report the methods for my prediction model.
I used naive bayes operator and I just read that the naive bayes algorithm can be trained by maximum likelyhood.
Does anyone know if this occurs in the naive bayes operator or not?
Best
Tagged:
0
Best Answer
-
Hi @norita,
The numeric parameters of the probability distribution in Naive Bayes model are estimated by maximum likelihood. It is detailed in this GitHub page. The theoretical background is nicely explained in The Naive Bayes Model, Maximum-Likelihood Estimation, and the EM Algorithm paper by Michael Collins.
Hope it helps.
YY1
Answers
-
Hi @norita,
The numeric parameters of the probability distribution in Naive Bayes model are estimated by maximum likelihood. It is detailed in this GitHub page. The theoretical background is nicely explained in The Naive Bayes Model, Maximum-Likelihood Estimation, and the EM Algorithm paper by Michael Collins.
Hope it helps.
YY1 -
Thank you. Yes this answeared my question. And it really like that you added this paper.:)
0