An open API service indexing awesome lists of open source software.

https://github.com/adijo/bayesian-inference-hello-world

A minimalistic example of bayesian inference. We infer the probability of heads in a series of coin flips.
https://github.com/adijo/bayesian-inference-hello-world

bayesian-inference hello-world machine-learning minimal statistics

Last synced: about 1 year ago
JSON representation

A minimalistic example of bayesian inference. We infer the probability of heads in a series of coin flips.

Awesome Lists containing this project

README

          

# Bayesian Inference - Hello World
Our goal is to infer the probability of heads 𝑝 given a series of coin flips. This is a simple, bare bones but relevant example of Bayesian Inference. For instance, in a real world setting, we might want to infer the parameters of a linear regression model given a series of observations.