Difference between revisions of "Smoothing"

From Cohen Courses
Jump to navigationJump to search
(Created page with '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 allow…')
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
[http://en.wikipedia.org/wiki/Additive_smoothing External Link]
 
[http://en.wikipedia.org/wiki/Additive_smoothing External Link]
  
== 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