paper-with-me

Papers

Simulation-based inference with the Python Package sbijax

2024-09-28 · Simon Dirmeier, Simone Ulzega, Antonietta Mira, Carlo Albert

Neural simulation-based inference (SBI) describes an emerging family of methods for Bayesian inference with intractable likelihood functions that use neural networks as surrogate models. Here we introduce sbijax, a Python package that implements a wide variety of state-of-the-art methods in neural simulation-based inference using a user-friendly programming interface. sbijax offers high-level functionality to quickly construct SBI estimators, and compute and visualize posterior distributions with only a few lines of code. In addition, the package provides functionality for conventional approximate Bayesian computation, to compute model diagnostics, and to automatically estimate summary statistics. By virtue of being entirely written in JAX, sbijax is extremely computationally efficient, allowing rapid training of neural networks and executing code automatically in parallel on both CPU and GPU.

📄 PDF Abstract BibTeX arXiv:2409.19435

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceCPUGPU

Similar Papers 제목 키워드 기반

CausalML: Python Package for Causal Machine Learning

2020-02-25 · Huigang Chen, Totte Harinen, Jeong-Yoon Lee, Mike Yung 외

CausalML is a Python implementation of algorithms related to causal inference and machine learning. Algorithms combining causal inference and machine learning have been a trending topic in recent years. This package trie…

BIG-bench Machine LearningCausal Inference

pgmpy: A Python Toolkit for Bayesian Networks

2023-04-17 · Ankur Ankan, Johannes Textor

Bayesian Networks (BNs) are used in various fields for modeling, prediction, and decision making. pgmpy is a python package that provides a collection of algorithms and tools to work with BNs and related models. It imple…

Causal DiscoveryCausal IdentificationCausal InferenceDecision Making+1

Using Python for Model Inference in Deep Learning

2021-04-01 · Zachary DeVito, Jason Ansel, Will Constable, Michael Suo 외

Python has become the de-facto language for training deep neural networks, coupling a large suite of scientific computing libraries with efficient libraries for tensor computation such as PyTorch or TensorFlow. However, …

Deep LearningmodelModel extraction

GraSPy: Graph Statistics in Python

2019-03-29 · Jaewon Chung, Benjamin D. Pedigo, Eric W. Bridgeford, Bijan K. Varjavand 외

We introduce GraSPy, a Python library devoted to statistical inference, machine learning, and visualization of random graphs and graph populations. This package provides flexible and easy-to-use algorithms for analyzing …

BIG-bench Machine Learning

si4onnx: A Python package for Selective Inference in Deep Learning Models

2025-01-29 · Teruyuki Katsuoka, Tomohiro Shiraishi, Daiki Miwa, Shuichi Nishino 외

In this paper, we introduce si4onnx, a package for performing selective inference on deep learning models. Techniques such as CAM in XAI and reconstruction-based anomaly detection using VAE can be interpreted as methods …

Anomaly DetectionDeep Learning