awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesBayesian Statistical Modeling

The process of defining probabilistic models with priors and likelihoods to quantify uncertainty.

Distinct from Statistical Modeling: Shortlist candidates are predominantly curated lists (awesome-lists) rather than functional framework capabilities.

Explore 7 awesome GitHub repositories matching scientific & mathematical computing · Bayesian Statistical Modeling. Refine with filters or upvote what's useful.

Awesome Bayesian Statistical Modeling GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pymc-devs/pymcAvatar pymc-devs

    pymc-devs/pymc

    9,650Vezi pe GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Provides a comprehensive framework for defining probabilistic models with priors and likelihoods to perform Bayesian inference.

    Pythonbayesian-inferencemcmcprobabilistic-programming
    Vezi pe GitHub↗9,650
  • lazyprogrammer/machine_learning_examplesAvatar lazyprogrammer

    lazyprogrammer/machine_learning_examples

    8,823Vezi pe GitHub↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    Provides Bayesian statistical modeling to quantify uncertainty in regression and statistical testing through probabilistic frameworks.

    Pythondata-sciencedeep-learningmachine-learning
    Vezi pe GitHub↗8,823
  • quantopian/pyfolioAvatar quantopian

    quantopian/pyfolio

    6,333Vezi pe GitHub↗

    Portfolio and risk analytics in Python

    Models portfolio return distributions with Bayesian statistics to quantify uncertainty in performance metrics.

    Jupyter Notebook
    Vezi pe GitHub↗6,333
  • susanli2016/machine-learning-with-pythonAvatar susanli2016

    susanli2016/Machine-Learning-with-Python

    4,583Vezi pe GitHub↗

    Acest proiect este o bibliotecă Python de machine learning și un toolkit de știință a datelor conceput pentru construirea modelelor predictive și analizarea seturilor de date complexe. Oferă o colecție de implementări pentru algoritmi comuni de învățare supervizată și nesupervizată folosind framework-ul Scikit-Learn. Toolkit-ul include o suită de modelare predictivă pentru generarea predicțiilor din date istorice și un framework de analiză statistică pentru aplicarea modelării bayesiene și a testelor de cauzalitate. De asemenea, dispune de o suită de vizualizare a datelor bazată pe Matplotlib pentru randarea diagramelor și graficelor statice pentru a interpreta limitele clasificatorului și tendințele datelor. Proiectul acoperă fluxuri de lucru de clustering a datelor pentru identificarea tiparelor și segmentelor, analiza exploratorie a datelor și preprocesarea datelor folosind Pandas și NumPy.

    Applies Bayesian modeling and causality tests to extract insights and identify relationships in complex datasets.

    Jupyter Notebook
    Vezi pe GitHub↗4,583
  • tensorflow/probabilityAvatar tensorflow

    tensorflow/probability

    4,420Vezi pe GitHub↗

    TensorFlow Probability is a library for probabilistic reasoning and statistical analysis integrated with the TensorFlow ecosystem. It serves as a Bayesian deep learning framework, a probabilistic programming interface, and a variational inference engine, providing a toolset for Markov chain Monte Carlo sampling and tensor-based probabilistic modeling. The project enables the construction of neural networks with probabilistic weights and the implementation of Bayesian neural networks to quantify prediction uncertainty. It provides specialized capabilities for hierarchical probabilistic modelin

    Constructs hierarchical probabilistic models to share statistical strength across interdependent variables and data groups.

    Jupyter Notebook
    Vezi pe GitHub↗4,420
  • rmcelreath/stat_rethinking_2022Avatar rmcelreath

    rmcelreath/stat_rethinking_2022

    4,103Vezi pe GitHub↗

    Acest proiect este o colecție de cursuri de statistică Bayesiană și resurse educaționale. Acesta oferă materiale de instruire, seturi de probleme și soluții concepute pentru învățarea analizei datelor Bayesiene și a modelării cauzale. Repository-ul include o suită de scripturi de vizualizare a datelor statistice utilizate pentru a genera animații și grafice de instruire. De asemenea, conține exemple de cod care implementează modelarea Bayesiană și analiza de supraviețuire în mai multe limbaje de programare pentru a demonstra diferite abordări computaționale. Materialele acoperă o gamă de capabilități statistice, inclusiv inferența cauzală pentru evaluarea efectelor tratamentului și ponderarea post-stratificare pentru a ajusta datele eșantionului pentru reprezentarea populației. Alte domenii acoperite includ analiza de supraviețuire pentru modelarea duratelor evenimentelor și aplicarea pachetelor statistice curate.

    Provides Bayesian model implementations across multiple programming languages to demonstrate various computational approaches.

    R
    Vezi pe GitHub↗4,103
  • aloctavodia/statistical-rethinking-with-python-and-pymc3Avatar aloctavodia

    aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3

    876Vezi pe GitHub↗

    Acest repository servește ca resursă educațională pentru modelarea statistică Bayesiană, oferind o colecție de exemple instrucționale care traduc conceptele teoretice în cod Python executabil. Funcționează ca un framework computațional pentru efectuarea inferenței statistice și estimarea parametrilor, conceput pentru a ajuta utilizatorii să învețe și să aplice tehnici de programare probabilistică prin documentație interactivă. Proiectul utilizează un framework de programare probabilistică pentru a defini modelele statistice ca grafuri aciclice direcționate, permițând inferența automată prin algoritmi avansați de eșantionare. Prin valorificarea eșantionării Hamiltonian Monte Carlo și a diferențierii automate, modelele explorează distribuții de probabilitate multidimensionale pentru a genera eșantioane posterioare. Implementarea se bazează pe calculul vectorial al array-urilor pentru a gestiona operațiuni matematice complexe pe seturi de date simultan. Colecția acoperă o gamă largă de sarcini de analiză a datelor științifice, inclusiv construcția de modele ierarhice Bayesiene care permit partajarea informațiilor între grupuri. Aceste exemple sunt organizate într-un mediu de notebook computațional, care intercalează text narativ cu cod pentru a documenta procesul iterativ de construire, testare și validare a ipotezelor statistice.

    Structures statistical parameters in nested layers to allow information sharing across groups and improve overall estimation accuracy.

    Jupyter Notebookbayesian-data-analysisdata-sciencepymc
    Vezi pe GitHub↗876
  1. Home
  2. Scientific & Mathematical Computing
  3. Bayesian Statistical Modeling

Explorează sub-etichetele

  • Cross-Language ImplementationsImplementation of the same statistical model across different programming languages to compare computational approaches. **Distinct from Bayesian Statistical Modeling:** Focuses on the multi-language implementation aspect for comparison, rather than the general process of Bayesian modeling.
  • Hierarchical ModelsStatistical models structured in nested layers to allow information sharing across groups. **Distinct from Bayesian Statistical Modeling:** Distinct from general Bayesian modeling: focuses specifically on the hierarchical structure for multi-level data analysis.
  • Portfolio Return DistributionsProbabilistic modeling of portfolio return distributions using Bayesian inference to quantify uncertainty in performance metrics. **Distinct from Bayesian Statistical Modeling:** Distinct from Bayesian Statistical Modeling: focuses specifically on modeling portfolio return distributions and computing probabilistic performance metrics, not general Bayesian modeling.
  • Portfolio Uncertainty ReportsGenerating probabilistic performance analyses using Bayesian statistics to quantify uncertainty in portfolio metrics. **Distinct from Bayesian Statistical Modeling:** Distinct from Bayesian Statistical Modeling: focuses specifically on generating portfolio uncertainty reports, not general Bayesian modeling.