3

Is it possible to learn the weights for a logistic regression classifier using EM (Expectation Maximization)algorithm? Is there any instance reference?

Franck Dernoncourt
  • 5,573
  • 9
  • 40
  • 75
BlueGirl
  • 171
  • 4

1 Answers1

2

Use Algorithm 1 from this paper. The rest of paper is more about the analysis of algorithm and theoretical background which is very nice but not necessary for your purpose. Implementation of the algorithm in Python or R is pretty straightforward.

Hope it helps :)

Kasra Manshaei
  • 6,502
  • 1
  • 20
  • 45