All Projects → wiseodd → Probabilistic Models

wiseodd / Probabilistic Models

Licence: bsd-3-clause
Collection of probabilistic models and inference algorithms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Probabilistic Models

Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (-51.15%)
Mutual labels:  mcmc, bayesian-inference, bayesian, variational-inference
cmdstanr
CmdStanR: the R interface to CmdStan
Stars: ✭ 82 (-62.21%)
Mutual labels:  bayesian, mcmc, variational-inference
LogDensityProblems.jl
A common framework for implementing and using log densities for inference.
Stars: ✭ 26 (-88.02%)
Mutual labels:  bayesian, bayesian-inference, mcmc
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-83.87%)
Mutual labels:  bayesian, bayesian-inference, mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (-87.1%)
Mutual labels:  bayesian, bayesian-inference, mcmc
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-84.79%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+57.6%)
Mutual labels:  mcmc, bayesian-inference, bayesian
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-20.74%)
Mutual labels:  mcmc, bayesian-inference, bayesian
Pymc3
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
Stars: ✭ 6,214 (+2763.59%)
Mutual labels:  mcmc, bayesian-inference, variational-inference
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+88.48%)
Mutual labels:  mcmc, bayesian-inference, bayesian
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+314.75%)
Mutual labels:  mcmc, bayesian-inference, variational-inference
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+259.91%)
Mutual labels:  mcmc, bayesian-inference, bayesian
Pyro
Deep universal probabilistic programming with Python and PyTorch
Stars: ✭ 7,224 (+3229.03%)
Mutual labels:  bayesian-inference, bayesian, variational-inference
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-62.21%)
Mutual labels:  mcmc, bayesian-inference
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-64.98%)
Mutual labels:  bayesian-inference, bayesian
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-59.45%)
Mutual labels:  mcmc, bayesian-inference
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (-56.22%)
Mutual labels:  mcmc, bayesian-inference
Posterior
The posterior R package
Stars: ✭ 75 (-65.44%)
Mutual labels:  mcmc, bayesian
Mxfusion
Modular Probabilistic Programming on MXNet
Stars: ✭ 95 (-56.22%)
Mutual labels:  bayesian-inference, variational-inference
Beast2
Bayesian Evolutionary Analysis by Sampling Trees
Stars: ✭ 156 (-28.11%)
Mutual labels:  mcmc, bayesian-inference

Probabilistic Models

Collection of examples of various probabilistic models and inference algorithms.

Dependencies

  1. Python 3
  2. Numpy
  3. Matplotlib

List of Models/Algorithms

Bayesian Inference

  1. Bayesian Linear Regression
  2. Gaussian Mixture Model (GMM) with:
    1. Gibbs Sampler
    2. Mean-field Variational Inference
  3. LDA with:
    1. Gibbs Sampler
    2. Collapsed Gibbs Sampler
    3. Mean-field Variational Inference
  4. Bayesian Dark Knowledge (SGLD + Distillation)

Bayesian Non-parametric

  1. Gaussian Process Regression
  2. GMM with CRP prior for Infinite Mixture Model
  3. Generative stories:
    1. Chinese Restaurant Process (CRP)
    2. Stick Breaking Construction
    3. Indian Buffet Process (IBP)

Others (MLE)

  1. Probabilistic Linear Regression
  2. Mixture of Linear Regression with EM
  3. GMM with EM
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].