GithubHelp home page GithubHelp logo

Comments (1)

dmetivie avatar dmetivie commented on July 28, 2024

Hello,
Thanks for the interest. I knew just a bit about the Optimizations.jl. This sounds amazing.

I am not sure by what you exactly mean by “general enough” and what integration would look like.

The aim of this package is to implement EM algorithms (so far there is only the standard EM algo). In optimization terms:
— the function to optimize (maximize here) is the (log)-likelihood Lₓ(θ)
— where x are fixed parameters (the observed samples)
θ are the optimization variable which corresponds to the Distributions (here MixtureDistribution) parameters.

Another way to see it is via the Distributions.jl package
I am just adding a new method for Distributions.fit_mle(D::T, x) when T is a MixtureDistribution.
For a few standard distributions like Normal and Exponential, the maximum found by fit_mle is explicitly known.
For other distributions, an optimization is needed, e.g. Gamma distribution. A lot of distributions do not have fit_mle implemented.
Would it also make sense to add the fit_mle function to the optimization package when actual numerical optimization is needed to find the maximum Likelihood estimator?

from expectationmaximization.jl.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.