Simpleabc

A Python package for Approximate Bayesian Computation
Alternatives To Simpleabc
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bcpd218
2 months ago9mitC
Bayesian Coherent Point Drift (BCPD/BCPD++/GBCPD/GBCPD++)
Personalizedmultitasklearning53
4 years agoPython
Code for performing 3 multitask machine learning methods: deep neural networks, Multitask Multi-kernel Learning (MTMKL), and a hierarchical Bayesian model (HBLR).
Approxbayes.jl44
a year ago12otherJulia
Approximate Bayesian Computation (ABC) algorithms for likelihood free inference in julia
Simpleabc29
7 years agomitJupyter Notebook
A Python package for Approximate Bayesian Computation
Bkmr23
a year ago7R
Bayesian kernel machine regression
Kerneldensityestimate.jl22
10 months ago10lgpl-2.1Julia
Kernel Density Estimate with product approximation using multiscale Gibbs sampling
Gpsig14
3 years ago1apache-2.0Jupyter Notebook
Bayesian Learning from Sequential Data using Gaussian Processes with Signature Covariances
Bmtmkl13
5 years agoR
Bayesian Multitask Multiple Kernel Learning
Bayesian Ntk13
2 years agoJupyter Notebook
Code to accompany paper 'Bayesian Deep Ensembles via the Neural Tangent Kernel'
Herding Paper11
7 years agomitTeX
Optimally-weighted herding is Bayesian Quadrature
Alternatives To Simpleabc
Select To Compare


Alternative Project Comparisons
Readme

SimpleABC

A Python package for Approximate Bayesian Computation Version 0.2.0

TODO

  • Example scripts
  • Support alternate importance sampling kernel support in Model class
  • Set default importance sampling kernel
  • More ABC algorithms
  • Parallelize PMC
  • Better parallelization all around

Install

Clone this repo with git.

SSH

git clone [email protected]:rcmorehead/SIMPLE-ABC.git

HTTPS

git clone https://github.com/rcmorehead/SIMPLE-ABC.git

Maybe one day I'll set up pip, if you are lucky

Overview

abc_overview.jpg

References

###ABC Sunnåker et al. - Approximate Bayesian Computation

###Population Monte Carlo for ABC Beaumont et al. -Adaptive approximate Bayesian computation
arxiv version

Popular Bayesian Projects
Popular Kernel Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Kernel
Bayesian