paper-with-me

Papers

Bayesian Neural Networks

2018-01-23 · Vikram Mullachery, Aniruddh Khera, Amir Husain

This paper describes and discusses Bayesian Neural Network (BNN). The paper showcases a few different applications of them for classification and regression problems. BNNs are comprised of a Probabilistic Model and a Neural Network. The intent of such a design is to combine the strengths of Neural Networks and Stochastic modeling. Neural Networks exhibit continuous function approximator capabilities. Stochastic models allow direct specification of a model with known interaction between parameters to generate data. During the prediction phase, stochastic models generate a complete posterior distribution and produce probabilistic guarantees on the predictions. Thus BNNs are a unique combination of neural network and stochastic models with the stochastic model forming the core of this integration. BNNs can then produce probabilistic guarantees on it's predictions and also generate the distribution of parameters that it has learnt from the observations. That means, in the parameter space, one can deduce the nature and shape of the neural network's learnt parameters. These two characteristics makes them highly attractive to theoreticians as well as practitioners. Recently there has been a lot of activity in this area, with the advent of numerous probabilistic programming libraries such as: PyMC3, Edward, Stan etc. Further this area is rapidly gaining ground as a standard machine learning approach for numerous problems

📄 PDF Abstract BibTeX arXiv:1801.07710

Code (1)

mullachv/MLExp 공식 구현

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Combining Bayesian Inference and Reinforcement Learning for Agent Decision Making: A Review

2025-05-12 · Chengmin Zhou, Ville Kyrki, Pasi Fränti, Laura Ruotsalainen

Bayesian inference has many advantages in decision making of agents (e.g. robotics/simulative agent) over a regular data-driven black-box neural network: Data-efficiency, generalization, interpretability, and safety wher…

Active LearningBayesian InferenceBayesian OptimizationDecision Making+4

PAC-Bayesian Theory Meets Bayesian Inference

2016-05-27 · NeurIPS 2016 12 · Pascal Germain, Francis Bach, Alexandre Lacoste, Simon Lacoste-Julien

We exhibit a strong link between frequentist PAC-Bayesian risk bounds and the Bayesian marginal likelihood. That is, for the negative log-likelihood loss function, we show that the minimization of PAC-Bayesian generaliza…

Bayesian Inferenceregression

Bayesian Neural Networks: Essentials

2021-06-22 · Daniel T. Chang

Bayesian neural networks utilize probabilistic layers that capture uncertainty over weights and activations, and are trained using Bayesian inference. Since these probabilistic layers are designed to be drop-in replaceme…

Bayesian InferenceProbabilistic Deep Learning

Bayesian--AI Fusion for Epidemiological Decision Making: Calibrated Risk, Honest Uncertainty, and Hyperparameter Intelligence

2025-11-15 · Debashis Chatterjee arxiv

Modern epidemiological analytics increasingly use machine learning models that offer strong prediction but often lack calibrated uncertainty. Bayesian methods provide principled uncertainty quantification, yet are viewed…

Hyperparameter OptimizationDecision Making

Bayesian Logic Programs

2001-11-23 · Kristian Kersting, Luc De Raedt

Bayesian networks provide an elegant formalism for representing and reasoning about uncertainty using probability theory. Theyare a probabilistic extension of propositional logic and, hence, inherit some of the limitatio…