bayesjs / bayesjs-editor

A simple editor for Bayesian Networks
http://bayesjs.github.io/bayesjs-editor/
MIT License
12 stars 13 forks source link

Add info about baysian network into readme #33

Closed nolleto closed 5 years ago

nolleto commented 5 years ago

Add a new section above What is Bayes' Theorem with:

## What is a [Bayesian network](https://en.wikipedia.org/wiki/Bayesian_network)

A Bayesian network is a probabilistic graphical model (a type of statistical model) that represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG). Bayesian networks are ideal for taking an event that occurred and predicting the likelihood that anyone of several possible known causes was the contributing factor. For example, a Bayesian network could represent the probabilistic relationships between diseases and symptoms. Given symptoms, the network can be used to compute the probabilities of the presence of various diseases.

And fix What is Bayes' Theorem text size

- # What is [Bayes' Theorem](https://en.wikipedia.org/wiki/Bayes%27_theorem)
+ ## What is [Bayes' Theorem](https://en.wikipedia.org/wiki/Bayes%27_theorem)
iam-abbas commented 5 years ago

I would like to take this up

tanushree57 commented 5 years ago

Can I contribute to this as well?

nolleto commented 5 years ago

Hi @tanushree57, I believe is too late 😅 But I will create more simple issues in this repo tomorrow 🎉

tanushree57 commented 5 years ago

@nolleto I've added the mathematical equation in any case for those interested (maths nerds!)