paper-with-me

Papers

MIxBN: library for learning Bayesian networks from mixed data

2021-06-24 · Anna V. Bubnova, Irina Deeva, Anna V. Kalyuzhnaya

This paper describes a new library for learning Bayesian networks from data containing discrete and continuous variables (mixed data). In addition to the classical learning methods on discretized data, this library proposes its algorithm that allows structural learning and parameters learning from mixed data without discretization since data discretization leads to information loss. This algorithm based on mixed MI score function for structural learning, and also linear regression and Gaussian distribution approximation for parameters learning. The library also offers two algorithms for enumerating graph structures - the greedy Hill-Climbing algorithm and the evolutionary algorithm. Thus the key capabilities of the proposed library are as follows: (1) structural and parameters learning of a Bayesian network on discretized data, (2) structural and parameters learning of a Bayesian network on mixed data using the MI mixed score function and Gaussian approximation, (3) launching learning algorithms on one of two algorithms for enumerating graph structures - Hill-Climbing and the evolutionary algorithm. Since the need for mixed data representation comes from practical necessity, the advantages of our implementations are evaluated in the context of solving approximation and gap recovery problems on synthetic data and real datasets.

📄 PDF Abstract BibTeX arXiv:2106.13194

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

DomainAdaptor: A Novel Approach to Test-time Adaptation

2023-08-20 · ICCV 2023 1 · Jian Zhang, Lei Qi, Yinghuan Shi, Yang Gao

To deal with the domain shift between training and test samples, current methods have primarily focused on learning generalizable features during training and ignore the specificity of unseen samples that are also critic…

SpecificityTest-time Adaptation

Dynestyx: A Probabilistic Programming Library for Dynamical Systems

2026-06-15 · Daniel Waxman, Dmitry Batenkov, John Feser, Andy Zane 외 arxiv

State-space models (SSMs) are the standard formalism for Bayesian treatment of dynamical systems, with natural applications in statistics, signal processing, and machine learning. Despite their importance in both theory …

Bayesian optimization under mixed constraints with a slack-variable augmented Lagrangian

2016-05-31 · NeurIPS 2016 12 · Victor Picheny, Robert B. Gramacy, Stefan M. Wild, Sebastien Le Digabel

An augmented Lagrangian (AL) can convert a constrained optimization problem into a sequence of simpler (e.g., unconstrained) problems, which are then usually solved with local solvers. Recently, surrogate-based Bayesian …

Bayesian Optimization

Online parameter inference for the simulation of a Bunsen flame using heteroscedastic Bayesian neural network ensembles

2021-04-26 · Maximilian L. Croci, Ushnish Sengupta, Matthew P. Juniper

This paper proposes a Bayesian data-driven machine learning method for the online inference of the parameters of a G-equation model of a ducted, premixed flame. Heteroscedastic Bayesian neural network ensembles are train…

BayesDLL: Bayesian Deep Learning Library

2023-09-22 · Minyoung Kim, Timothy Hospedales

We release a new Bayesian neural network library for PyTorch for large-scale deep networks. Our library implements mainstream approximate Bayesian inference algorithms: variational inference, MC-dropout, stochastic-gradi…

Bayesian InferenceDeep LearningVariational Inference