Difference between revisions of "Expectation-Maximization"

From RecSysWiki
Jump to navigation Jump to search
(Created page with "'''Expectation-maximization''' ('''EM''') is an iterative algorithm for finding estimates of parameters in probabilistic models, where the model contains unobserved latent variab...")
 
 
Line 4: Line 4:
 
* [[Wikipedia: Expectation-Maximization]]
 
* [[Wikipedia: Expectation-Maximization]]
  
[[Category:Methods]]
+
[[Category:Method]]

Latest revision as of 13:17, 6 June 2011

Expectation-maximization (EM) is an iterative algorithm for finding estimates of parameters in probabilistic models, where the model contains unobserved latent variables, which is often the case in collaborative filtering.

External links