CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Expectation Maximization

    I've got a homework problem in which I have to run Expectation Maximization on 2D Gaussian Mixture Models.

    I've gone over half a dozen sets of slides found around the web on the EM algorithm, including those for my class, and they all say pretty much the same thing.....but I'm just not really getting a few fundamental aspects of the equations. Not enough to turn them into code, anyway.

    It doesn't help that all the equations seem to be based around 1D Gaussians, and it's left "as an exercise" to figure out how the hell to extend that to 2D.

    Anyone know a good "for dummies" reference on this? I can follow the math pretty well *if* it's all laid out----no assumptions on what "should be obvious", etc.

    Failing that, anyone understand the alg well enough to answer some specific questions I have?

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Expectation Maximization

    Figured it out; anyone else looking, this is a good reference:
    http://cgworkshop.googlecode.com/fil...m_graphcut.ppt

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Expectation Maximization

    The link is broken.
    Thanks for your help.

  4. #4
    Join Date
    Sep 2010
    Posts
    1

    Re: Expectation Maximization


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured