bayesia logo
BayesiaLab
Learning (9.0)
Markov Blanket Learning Algorithms (9.0)

Markov Blanket Learning Algorithms (9.0)

Context

49054145

Unlike Unsupervised Structural Learning, the objective of Supervised Learning is not to find the best representation of the joint probability distribution sampled by the particles described in the data set, but rather to find the best probabilistic characterization of the Target Node.

Among the available Supervised Learning algorithms offered in BayesiaLab, the Markov Blanket Learning algorithms are the most advanced.

Their main objective is to efficiently identify the subset of nodes, the Markov Blanket, that makes the Target node conditionally independent of all the other nodes.

The Markov Blanket of the Target node is defined by:

  • its Parents: allow to cut the information flow coming from the indirect ancestors,
  • its Children: allow to cut the information flow coming from the indirect descendants,
  • its Spouses: allow to cut the conditional information flow coming from the ancestors and descendants of the spouses when the Children are observed;
49054147

There are 3 algorithms Markov Blanket Learning algorithms:

  1. Markov Blanket (MB): return the graphs where the Target is connected with the identified Markov Blanket - can be used for Variable Selection (opens in a new tab);
  2. Augmented Markov Blanket (AMB): MB plus unsupervised learning to represent the dependencies between the selected nodes - allows to improve the quality of the model,
  3. Minimal Augmented Markov Blanket (MAMB): Unsupervised Structural Learning algorithm applied on the nodes selected by MB, and extraction of the Markov Blanket - the Markov Blanket returned by MB may contain the ancestors and descendants that have more than one path to the Target (can be useful for prediction). This algorithm is therefore useful knowledge discovery as it may return a Markov Blanket that is closer to the actual one.

MB is also used to implement Variable Selection (opens in a new tab) in all other Supervised Learning algorithms, as well as in Semi-Supervised Learning (opens in a new tab).

New Feature: Constraints

As of version 9.0, the Markov Blanket algorithms can take into account the arc constraints defined by Forbidden Arcs (opens in a new tab) and/or with Temporal Indices.


Copyright © 2025 Bayesia S.A.S., Bayesia USA, LLC, and Bayesia Singapore Pte. Ltd. All Rights Reserved.