Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hscspring/bayes-graph-and-causal-inference

Graph based Bayes causal inference.
https://github.com/hscspring/bayes-graph-and-causal-inference

bayesian-inference bayesian-network causal-inference

Last synced: 7 days ago
JSON representation

Graph based Bayes causal inference.

Awesome Lists containing this project

README

        

# Bayes-Graph-and-Causal-Inference

## Study

- [bayesgroup/deepbayes-2018: Seminars DeepBayes Summer School 2018](https://github.com/bayesgroup/deepbayes-2018)
- [CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
- [MIT Computational Cognitive Science Group - Resources](http://cocosci.mit.edu/resources)
- [Directed GMs: Bayesian Networks](http://www.cs.cmu.edu/~epxing/Class/10708/lectures/lecture2-BNrepresentation.pdf)
- [A Tutorial on Inference and Learning in Bayesian Networks](http://www.ee.columbia.edu/~vittorio/Lecture12.pdf)
- [Bayesian networks](https://courses.cs.washington.edu/courses/cse515/09sp/slides/bnets.pdf)
- [10708 Probabilistic Graphical Models](http://www.cs.cmu.edu/~epxing/Class/10708/lecture.html)
- [Causal Inference Book | Miguel Hernan | Harvard T.H. Chan School of Public Health](https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/)

## Package

- [jmschrei/pomegranate: Fast, flexible and easy to use probabilistic modelling in Python.](https://github.com/jmschrei/pomegranate)
- [deepmind/graph_nets: Build Graph Nets in Tensorflow](https://github.com/deepmind/graph_nets)
- [thu-ml/zhusuan: A Library for Bayesian Deep Learning, Generative Models, Based on Tensorflow](https://github.com/thu-ml/zhusuan)
- [AI-DI/Brancher: A user-centered Python package for differentiable probabilistic inference](https://github.com/AI-DI/Brancher)
- [microsoft/dowhy: DoWhy is a Python library that makes it easy to estimate causal effects. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.](https://github.com/Microsoft/dowhy)
- [pytorch/botorch: Bayesian optimization in PyTorch](https://github.com/pytorch/botorch)