awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Expectation-Maximization Models · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesExpectation-Maximization Models

Statistical methods for finding maximum likelihood estimates of parameters in models with latent variables.

Distinguishing note: None of the provided candidates were relevant; this captures probabilistic clustering via latent parameter estimation.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Expectation-Maximization Models. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Expectation-Maximization Models

Awesome Expectation-Maximization Models GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • eriklindernoren/ML-From-Scratch

    eriklindernoren/ML-From-Scratch

    30,849View on GitHub↗

    This project is an educational toolkit that provides implementations of fundamental machine learning algorithms built from scratch. By avoiding high-level library abstractions, it serves as a pedagogical reference for understanding the mathematical foundations and core mechanics of supervised learning, unsupervised learning, and reinforcement learning models. The repository distinguishes itself through a modular approach to model construction, allowing users to build custom neural networks by chaining independent functional blocks. It covers a wide range of techniques, including gradient-base

    Group data points by iteratively calculating membership probabilities to optimize the fit of statistical distributions to the data.

    Pythondata-miningdata-sciencedeep-learning
    30,849View on GitHub↗