https://github.com/pierogis/bayes
A full page Bayes' Theorem interactive visual
https://github.com/pierogis/bayes
bayes-theorem bayesian-inference flask visualization
Last synced: about 2 months ago
JSON representation
A full page Bayes' Theorem interactive visual
- Host: GitHub
- URL: https://github.com/pierogis/bayes
- Owner: pierogis
- Created: 2019-11-03T01:28:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T05:33:40.000Z (over 1 year ago)
- Last Synced: 2025-02-25T17:15:10.168Z (over 1 year ago)
- Topics: bayes-theorem, bayesian-inference, flask, visualization
- Language: Svelte
- Homepage: https://bayes.pierogis.live
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bayes-visualizer
A web based graphical representation of the probabilities calculated by Bayes' Theorem
A horizontal axis represents the prior for event A
Two vertical axes represent the probability of B given an observed A and B given an observed not A
Probability shown on hover represents A or not A given B or not B
[Inspiration](https://allenkim67.github.io/bayes-demo/)