You are on page 1of 9

Bayesian Network

Presented By
Group- 28

Hasibul Rahaman (13000120151)


Sourav Maji (13000120150)
Table of Content
01 What is a Bayesian Network?
02 Directed Acyclic Graph (DAG)
03 Conditional Probability Distribution
04 Example
05 Bayesian Network Advantages & Disadvantages
06 Bayesian Network Application
07 Conclusion
2
What is a Bayesian Network?
Bayesian networks -- also known as "belief networks" or "causal networks" -- are
graphical models for representing multivariate probability distributions.

By using a directed graphical model, Bayesian Network describes random variables


and conditional dependencies.

 They consist of two parts. Structure and Parameters:-


--The structure is a directed acyclic graph (DAG) 
--The parameters consist of conditional probability distributions

3
DAG
Directed Acyclic Graph
• A DAG network is a neural network for
deep learning with layers arranged as a
directed acyclic graph.

• A DAG network can have a more


complex architecture in which layers
have inputs from multiple layers and Example
outputs to multiple layers.

• DAG workflow are set of tasks written


with dependencies between the tasks
rather than linearly chaining

4
Conditional Probability
Distribution
Conditional probability distribution is the likelihood of one condition being true if another condition is known to
be true. This forms the foundation of Bayes’ theorem and Bayesian networks. 

Conditional probability also differs from joint probability, which is the


probability that both conditions are true without knowing that any of them are
true.

Example

5
Example

6
Advantage
• Represent all the relationships between the variables.

• Easy to recognize nodes.

• Bayesian networks can handle situations all variables.

• Help to model noisy systems.

Disadvantage
• The design of Bayesian Networks is hard to make compared to other networks.

• The Bayesian network fails to define cyclic relationships.

• It performs poorly on high dimensional data.

• Tough to interpret.

7
Bayesian Network Application
• Gene Regulatory Network

• Document Classification

•  Semantic Search

•  Image Processing

• Turbo Code

• System Biology

• 8
THANKS!

You might also like