Difference between revisions of "Smoothing"

From Cohen Courses
Jump to navigationJump to search
 
Line 7: Line 7:
 
== Relevant Papers ==
 
== Relevant Papers ==
  
{{#ask: [[UsesMethod::Naive Bayes]]
+
{{#ask: [[UsesMethod::smoothing]]
 
| ?AddressesProblem
 
| ?AddressesProblem
 
| ?UsesDataset
 
| ?UsesDataset
 
}}
 
}}

Latest revision as of 23:41, 30 March 2011

From Wikipedia:

In statistical language modeling, in a bag of words model for example, the data consists of the number of occurrences of each word in a document. Smoothing allows the assignment of non-zero probabilities to words which do not occur in the sample. From a Bayesian point of view, this corresponds to the expected value of the posterior distribution of words, using a Dirichlet distribution with parameter α as a prior.

External Link

Relevant Papers