Bayesian Belief Network and its Applications.pptx

1,756 views 9 slides Nov 04, 2023
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Bayesian Belief Network and its Applications - Machine Learning


Slide Content

BIRLA INSTITUTE OF TECHNOLOGY MESRA (JAIPUR CAMPUS) Machine Learning (CA511) Bayesian Belief Network and its Applications Submitted By – Samyak Jain (MCA/25014/22) Submitted To – Dr. Shripal Vijaywargiya Sir

What is Bayesian Belief Network? A Bayesian network is a probabilistic graphical model which represents a set of variables and their conditional dependencies using a directed acyclic graph. Bayesian networks are probabilistic, because these networks are built from a  probability distribution. It is also called a  Bayes network, belief network, decision network , or  Bayesian model .

A Bayesian Belief Network is defined by two parts , a directed acyclic graph(DAG) and a set of Conditional probability table(CPT). A Bayesian network graph is made up of nodes and Arcs (directed links), where: Each  node  corresponds to the random variables Arc or directed arrows  represent the causal relationship or conditional probabilities between random variables.

Joint probability distribution: If we have variables x1, x2, x3,....., xn , then the probabilities of a different combination of x1, x2, x3.. xn , are known as Joint probability distribution. P[x 1 , x 2 , x 3 ,....., x n ] , it can be written as the following way in terms of the joint probability distribution. = P[x 1 | x 2 , x 3 ,....., x n ]P[x 2 , x 3 ,....., x n ] = P[x 1 | x 2 , x 3 ,....., x n ]P[x 2 |x 3 ,....., x n ]....P[x n-1 |x n ]P[ x n ].

Example :- Calculate the probability that alarm has sounded, but there is neither a burglary, nor an earthquake occurred, and David and Sophia both called the Harry.

From the formula of joint distribution, we can write the problem statement in the form of probability distribution: P(S, D, A, ¬B, ¬E) = P (S|A) *P (D|A)*P (A|¬B ^ ¬E) *P (¬B) *P (¬E). = 0.75* 0.91* 0.001* 0.998*0.999 = 0.00068045.

Application of Bayesian Belief Network Spam Filter Image Processing Biomonitoring Gene Regulatory Network(GNR)

References https://www.javatpoint.com/bayesian-belief-network-in-artificial-intelligence

Thank You
Tags