You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after talking to @trappmartin on Slack, he suggested I open an issue. The request is to add an implementation of the EM (Expectation-Maximization) algorithm to Turing. The EM Algorithm is used to estimate latent variable models, mixture models, and other statistical models.
The GaussianMixtures package does seem to have a nice implementation of the EM algorithm. Perhaps the Turing developers could just create a wrapper around that package to keep the interface to the EM algorithm consistent with the Turing API.
The text was updated successfully, but these errors were encountered:
Hello, after talking to @trappmartin on Slack, he suggested I open an issue. The request is to add an implementation of the EM (Expectation-Maximization) algorithm to Turing. The EM Algorithm is used to estimate latent variable models, mixture models, and other statistical models.
The GaussianMixtures package does seem to have a nice implementation of the EM algorithm. Perhaps the Turing developers could just create a wrapper around that package to keep the interface to the EM algorithm consistent with the Turing API.
The text was updated successfully, but these errors were encountered: