#
bayesian-networks
Here are 152 public repositories matching this topic...
Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.
python
statistics
simulation
statistical-inference
causality
bayesian-networks
probabilistic-graphical-models
dag
causal-inference
structure-learning
causal-models
sampling-methods
-
Updated
Apr 25, 2022 - Python
VIP cheatsheets for Stanford's CS 221 Artificial Intelligence
data-science
constraint-satisfaction-problem
artificial-intelligence
cheatsheet
a-star
markov-decision-processes
bayesian-networks
-
Updated
Dec 17, 2019
Fast and Easy Infinite Neural Networks in Python
kernel
neural-networks
gradient-descent
bayesian-inference
gaussian-processes
bayesian-networks
deep-networks
gradient-flow
jax
infinite-networks
training-dynamics
neural-tangents
kernel-computation
-
Updated
Apr 13, 2022 - Jupyter Notebook
A Python library that helps data scientists to infer causation rather than observing correlation.
data-science
machine-learning
bayesian-inference
bayesian-networks
causal-inference
causal-models
causal-networks
causalnex
-
Updated
Mar 31, 2022 - Python
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
python
pytorch
bayesian-network
image-recognition
convolutional-neural-networks
bayesian-inference
bayes
bayesian-networks
variational-inference
bayesian-statistics
bayesian-neural-networks
variational-bayes
bayesian-deep-learning
pytorch-cnn
bayesian-convnets
bayes-by-backprop
aleatoric-uncertainties
-
Updated
Feb 5, 2021 - Python
A web app to create and browse text visualizations for automated customer listening.
-
Updated
Apr 28, 2022 - TypeScript
A Java Toolbox for Scalable Probabilistic Machine Learning
data-science
machine-learning
bayesian-methods
graphical-models
bayesian-networks
latent-variable-models
streaming-data
-
Updated
Dec 4, 2020 - Java
Bayesian Network Modeling and Analysis
-
Updated
Mar 9, 2020 - HTML
Python tools for analyzing both classical and quantum Bayesian Networks
-
Updated
Mar 4, 2022 - Jupyter Notebook
Library for graphical models of decision making, based on pgmpy and networkx
-
Updated
Feb 22, 2022 - Jupyter Notebook
Software for learning sparse Bayesian networks
machine-learning
r
statistics
regularization
graphical-models
bayesian-networks
covariance-matrices
experimental-data
-
Updated
Sep 5, 2020 - R
An implementation of Bayesian Networks Model for pure C++14 (11) later, including probability inference and structure learning method.
-
Updated
Aug 19, 2018 - C++
Implementation of Bayesian NNs in Pytorch (https://arxiv.org/pdf/1703.02910.pdf) (With some help from https://github.com/Riashat/Deep-Bayesian-Active-Learning/))
-
Updated
Sep 7, 2021 - Jupyter Notebook
Risk Network Modeling and Analysis
-
Updated
Nov 10, 2016 - R
R Wrapper for Tetrad Library
-
Updated
Apr 10, 2022 - Java
Repository of a data modeling and analysis tool based on Bayesian networks
-
Updated
Apr 4, 2022 - Jupyter Notebook
Python 3.7 version of David Barber's MATLAB BRMLtoolbox
machine-learning
statistics
matlab
bayesian-network
bayesian-methods
model-selection
supervised-learning
bayesian
graphical-models
bayesian-inference
bayesian-networks
bayesian-optimization
bayesian-data-analysis
bayesian-statistics
bayesian-analysis
bayesian-neural-networks
markov-networks
supervised-machine-learning
supervised-learning-algorithms
statistics-toolbox
-
Updated
Aug 18, 2018 - Python
Gaussian dynamic Bayesian networks structure learning and inference based on the bnlearn package
-
Updated
Mar 22, 2022 - R
R package for inference in Bayesian networks.
-
Updated
Mar 12, 2021 - R
Joint Bayesian inference of graph and parameters of general Bayes nets
-
Updated
Mar 18, 2022 - Python
The junction tree algorithm for (discrete) factor graphs
inference
graphical-models
factor-graphs
bayesian-networks
marginalization
junction-trees
clique-potentials
-
Updated
Apr 23, 2022 - Python
COBAYN: Compiler Autotuning Framework Using Bayesian Networks
machine-learning
compilers
datasets
bayesian-networks
compiler-optimizations
automatic-tuning
antarex
eu-project
-
Updated
Jan 23, 2019 - MATLAB
probabilistic-programming
bayesian-networks
probabilistic-graphical-models
uncertainty-propagation
probabilistic-circuits
-
Updated
Apr 8, 2022 - Java
Open
Jaccard index
felixleopoldo
commented
Jan 20, 2021
Add the Jaccard index as an evaluation metric.
Domain specific language for modelling dynamic Bayesian networks and estimating posteriors
-
Updated
Aug 30, 2021 - Scala
Learning Bayesian Network parameters using Expectation-Maximisation
bayesian-network
artificial-intelligence
expectation-maximization
missing-data
expectation-maximization-algorithm
bayesian-networks
bayes-network
artificial-intelligence-algorithms
bif
bifextract
expectation-maximisation-algorithm
-
Updated
Jul 12, 2018 - Python
Distributed Training of Bayesian Neural Networks at Scale
data-science
machine-learning
computer-vision
tensorflow
distributed-computing
mnist
uncertainty-quantification
bayesian-networks
variational-inference
horovod
tensorflow-probability
-
Updated
May 26, 2020 - Python
Source code for the paper "Causal Modeling of Twitter Activity during COVID-19". Computation, 2020.
machine-learning
social-media
twitter
sentiment-analysis
graph-algorithms
bayesian-networks
causality-analysis
causal-inference
structure-learning
health-informatics
social-media-mining
social-media-analysis
covid-19
covid19
-
Updated
Nov 14, 2020 - Jupyter Notebook
Self Driven Vehicle using AI in Robotics ,i.e., Kalman filters, A* algorithm, PID control, localization, etc.The basic functionality of this car is just to chase and catch the running away car just like cops. For this, the car is such designed that is takes all the desired steps on its own in order to catch the running away car safely on a high traffic lane.
machine-learning
localization
robotics
machine-learning-algorithms
astar-algorithm
artificial-intelligence
particle-filter
artificial-neural-networks
machine-learning-api
bayesian-networks
pid-control
kalman-filter
artificial-intelligence-algorithms
-
Updated
Jan 16, 2018 - Python
Improve this page
Add a description, image, and links to the bayesian-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian-networks topic, visit your repo's landing page and select "manage topics."
I've faced a problem that importing
dowhy.plotterlead to incorrect visual settings for all future rendered plots.It would be great to avoid overriding default matplotlib settings:
https://github.com/microsoft/dowhy/blob/master/dowhy/plotter.py#L7-L13
A possible solution is to encapsulate these settings into
dowhy.plotterfunctions instead of overriding global variables.