Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksmoore17/bayes-visualizer
A full page Bayes' Theorem interactive visual
https://github.com/ksmoore17/bayes-visualizer
bayes-theorem bayesian-inference flask visualization
Last synced: 2 months ago
JSON representation
A full page Bayes' Theorem interactive visual
- Host: GitHub
- URL: https://github.com/ksmoore17/bayes-visualizer
- Owner: ksmoore17
- Created: 2019-11-03T01:28:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:00:57.000Z (almost 2 years ago)
- Last Synced: 2023-12-20T21:48:09.000Z (about 1 year ago)
- Topics: bayes-theorem, bayesian-inference, flask, visualization
- Language: JavaScript
- Homepage: https://bayes.pierogis.live
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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/)