Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Numerical Instability of GMM #152

Description

@AtheMathmo

There are a few problems with the current GMM implementation.

  • Using det and inverse is numerically unstable, should use cholesky instead.
  • The regularization constant is added horribly incorrectly at the moment. Should add only to diagonal and after the nested loop - not during.
  • Should compute probabilities in log-space and work there wherever possible.

Scikit learn's implementation is a good reference.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions