paper-with-me

홈 › Papers

BigBraveBN: algorithm of structural learning for bayesian networks with a large number of nodes

2022-08-22 · Yury Kaminsky, Irina Deeva

Learning a Bayesian network is an NP-hard problem and with an increase in the number of nodes, classical algorithms for learning the structure of Bayesian networks become inefficient. In recent years, some methods and algorithms for learning Bayesian networks with a high number of nodes (more than 50) were developed. But these solutions have their disadvantages, for instance, they only operate one type of data (discrete or continuous) or their algorithm has been created to meet a specific nature of data (medical, social, etc.). The article presents a BigBraveBN algorithm for learning large Bayesian Networks with a high number of nodes (over 100). The algorithm utilizes the Brave coefficient that measures the mutual occurrence of instances in several groups. To form these groups, we use the method of nearest neighbours based on the Mutual information (MI) measure. In the experimental part of the article, we compare the performance of BigBraveBN to other existing solutions on multiple data sets both discrete and continuous. The experimental part also represents tests on real data. The aforementioned experimental results demonstrate the efficiency of the BigBraveBN algorithm in structure learning of Bayesian Networks.

📄 PDF Abstract BibTeX arXiv:2208.10312

Code (1)

itmo-nss-team/bamt 공식 구현

Similar Papers 제목 키워드 기반

Highly Efficient Structural Learning of Sparse Staged Trees

2022-06-14 · Manuele Leonelli, Gherardo Varando

Several structural learning algorithms for staged tree models, an asymmetric extension of Bayesian networks, have been defined. However, they do not scale efficiently as the number of variables considered increases. Here…

A Parallel Algorithm for Exact Bayesian Structure Discovery in Bayesian Networks

2014-08-07 · Yetian Chen, Jin Tian, Olga Nikolova, Srinivas Aluru

Exact Bayesian structure discovery in Bayesian networks requires exponential time and space. Using dynamic programming (DP), the fastest known sequential algorithm computes the exact posterior probabilities of structural…

Playing the Game of 2048

Structural Refinement of Bayesian Networks for Efficient Model Parameterisation

2025-09-30 · Kieran Drury, Martine J. Barons, Jim Q. Smith arxiv

Many Bayesian network modelling applications suffer from the issue of data scarcity. Hence the use of expert judgement often becomes necessary to determine the parameters of the conditional probability tables (CPTs) thro…

Comparative Benchmarking of Causal Discovery Techniques

2017-08-18 · Karamjit Singh, Garima Gupta, Vartika Tewari, Gautam Shroff

In this paper we present a comprehensive view of prominent causal discovery algorithms, categorized into two main categories (1) assuming acyclic and no latent variables, and (2) allowing both cycles and latent variables…

BenchmarkingCausal DiscoverycounterfactualCounterfactual Inference

Structural Learning of Simple Staged Trees

2022-03-08 · Manuele Leonelli, Gherardo Varando

Bayesian networks faithfully represent the symmetric conditional independences existing between the components of a random vector. Staged trees are an extension of Bayesian networks for categorical random vectors whose g…