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[x1, x2, x3,....., xn], it can be written as the following way in terms of the joint
probability distribution.
= P[x1| x2, x3,....., xn]P[x2, x3,....., xn]
= P[x1| x2, x3,....., xn]P[x2|x3,....., xn]....P[xn-1|xn]P[xn].
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

Bayesian Belief Network and its Applications.pptx

  • 1.
    BIRLA INSTITUTE OFTECHNOLOGY 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
  • 2.
    What is BayesianBelief 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.
  • 3.
    A Bayesian BeliefNetwork 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.
  • 4.
    Joint probability distribution: Ifwe 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[x1, x2, x3,....., xn], it can be written as the following way in terms of the joint probability distribution. = P[x1| x2, x3,....., xn]P[x2, x3,....., xn] = P[x1| x2, x3,....., xn]P[x2|x3,....., xn]....P[xn-1|xn]P[xn].
  • 5.
    Example :- Calculatethe probability that alarm has sounded, but there is neither a burglary, nor an earthquake occurred, and David and Sophia both called the Harry.
  • 6.
    From the formulaof 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.
  • 7.
    Application of BayesianBelief Network • Spam Filter • Image Processing • Biomonitoring • Gene Regulatory Network(GNR)
  • 8.
  • 9.