https://github.com/ismailuddin/bayes-theorem
Understanding Bayes' Theorem visually
https://github.com/ismailuddin/bayes-theorem
bayes mathematics probability statistics
Last synced: about 1 month ago
JSON representation
Understanding Bayes' Theorem visually
- Host: GitHub
- URL: https://github.com/ismailuddin/bayes-theorem
- Owner: ismailuddin
- Created: 2019-12-25T08:51:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:57:00.000Z (about 3 years ago)
- Last Synced: 2026-01-03T07:51:14.142Z (6 months ago)
- Topics: bayes, mathematics, probability, statistics
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understanding Bayes' Theorem
> A visual way to understand Bayes' Theorem, based on 3Blue1Brown's [video](https://www.youtube.com/watch?v=HZGCoVF3YvM) on the topic.
This web app provides an interactive way to understand Bayes' Theorem, allowing you to experiment with different numbers and see their effect visually on the final answer, as areas of a box.
## Technologies used
* ReactJS
* TypeScript
* D3.js
* Sass
* create-react-app
View the site at [bayes-theorem.netlify.com](https://bayes-theorem.netlify.com).