Actions

Naive Bayes game

From Algolit

Revision as of 19:27, 21 February 2019 by An (talk | contribs) (Created page with " In machine learning Naive Bayes methods are simple probabilistic classifiers that are widely applied for spam filtering and sentiment analysis. They require a small...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   In machine learning Naive Bayes methods are simple probabilistic classifiers that are widely applied for spam filtering and sentiment analysis. 
   They require a small amount of training data to estimate the necessary parameters. They can be extremely fast compared to more sophisticated methods. They are difficult to generalise, this means, that they perform on very specific tasks, demanding to be trained with the same style of data that will be used to work with afterwards.
   Naive Bayes is named after Thomas Bayes, a reverend who lived in England in the 18th century. He studied the question that still keeps a lot of people busy these days: what are the chances to win a raffle? The actual formula was invented by Pierre-Simon Laplace, a French mathematician, born in 1749 in Normandy.