Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTyagiHub authored Sep 23, 2017
1 parent 782d42e commit 8190e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Decision-Networks-
A decision network uses a Directed Acyclic Graph (DAG) to represent a set of random variables and their conditional dependencies within a probabilistic model, while a decision network extends the Bayesian network to include decision nodes and utility nodes. There are three types of nodes: Rectangles represent decision nodes, Ovals represent chance nodes, and Diamonds represent utility nodes. Code to perform inference in Decision Networks of discrete variables.
Calculate a specific joint, marginal, or conditional probability
Calculated the expected utility of a particular decision, or determine the decision with the maximum expected utility.

0 comments on commit 8190e3b

Please sign in to comment.