https://github.com/andersy005/probabilistic-programming-and-bayesian-with-pymc3
Implementation of probabilistic programming and Bayesian algorithms in Python, based on C. Davidson's Bayesian Methods for Hackers
https://github.com/andersy005/probabilistic-programming-and-bayesian-with-pymc3
bayesian-inference probabilistic-programming pymc3 python statistical-analysis variational-inference
Last synced: 5 months ago
JSON representation
Implementation of probabilistic programming and Bayesian algorithms in Python, based on C. Davidson's Bayesian Methods for Hackers
- Host: GitHub
- URL: https://github.com/andersy005/probabilistic-programming-and-bayesian-with-pymc3
- Owner: andersy005
- License: mit
- Created: 2018-02-16T16:31:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T12:08:00.000Z (about 8 years ago)
- Last Synced: 2025-04-06T10:41:07.650Z (about 1 year ago)
- Topics: bayesian-inference, probabilistic-programming, pymc3, python, statistical-analysis, variational-inference
- Language: Jupyter Notebook
- Size: 1.26 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Probabilistic programming and bayesian algorithms with PyMC3
Implementation of probabilistic programming and Bayesian algorithms in Python, based on C. Davidson's Bayesian Methods for Hackers