https://github.com/hsm207/bayesmadesimplegen
Solutions to BayesMadeSimple written in Gen
https://github.com/hsm207/bayesmadesimplegen
bayesian-inference data-science julia probabilistic-programming
Last synced: 3 months ago
JSON representation
Solutions to BayesMadeSimple written in Gen
- Host: GitHub
- URL: https://github.com/hsm207/bayesmadesimplegen
- Owner: hsm207
- License: gpl-3.0
- Created: 2019-12-30T22:03:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T22:03:58.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T07:15:09.315Z (8 months ago)
- Topics: bayesian-inference, data-science, julia, probabilistic-programming
- Language: Jupyter Notebook
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This repository contains the solutions from Allen Downey's [BayesMadeSimple
repository](https://github.com/AllenDowney/BayesMadeSimple) written in [Gen](https://github.com/probcomp/Gen).# System Requirements
The [00_system_requirements](./notebooks/00_system_requirements.ipynb) contains
the details of the packages required to run the solutions.# Usage
All solutions are in the [notebooks](./notebooks) folder. The naming of the
notebooks follows the names used in the BayesMadeSimple repository.# Contributing
Feel free to raise an issue if you have any questions, comments, or feedback.
If you know of a solution to any of the Outstanding Issues then I would be
grateful if you could raise a PR and explain the details of the solution.# Outstanding Issues
## 02_dice
1. Why does Attempt 1 and Attempt 2 for the dice problem not work?
2. Is the solution to the additional rolls really correct? The difference in
the probabilities is around 0.03 compared to the original solution.