Dave,
Have you looked at the source of the GMM estimator in scikit-learn?  It's a
pretty concisely implemented EM algorithm:
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/mixture/gmm.py#L451
   Jake


On Tue, Sep 3, 2013 at 7:36 AM, David Reed <[email protected]> wrote:

> Hi there,
>
> Does anyone have a resource for a good example of an EM algorithm in code,
> not math? I just want something workable that cuts through the theory.
>
> Thanks,
>
> Dave
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to