paper-with-me

Papers

ProbNum: Probabilistic Numerics in Python

2021-12-03 · Jonathan Wenger, Nicholas Krämer, Marvin Pförtner, Jonathan Schmidt, Nathanael Bosch, Nina Effenberger, Johannes Zenn, Alexandra Gessner, Toni Karvonen, François-Xavier Briol, Maren Mahsereci, Philipp Hennig

Probabilistic numerical methods (PNMs) solve numerical problems via probabilistic inference. They have been developed for linear algebra, optimization, integration and differential equation simulation. PNMs naturally incorporate prior information about a problem and quantify uncertainty due to finite computational resources as well as stochastic input. In this paper, we present ProbNum: a Python library providing state-of-the-art probabilistic numerical solvers. ProbNum enables custom composition of PNMs for specific problem classes via a modular design as well as wrappers for off-the-shelf use. Tutorials, documentation, developer guides and benchmarks are available online at www.probnum.org.

📄 PDF Abstract BibTeX arXiv:2112.02100

Code (1)

ceciliakaiyu/mlbq pytorch

Similar Papers 제목 키워드 기반

A Modern Retrospective on Probabilistic Numerics

2019-01-14 · C. J. Oates, T. J. Sullivan

This article attempts to place the emergence of probabilistic numerics as a mathematical-statistical research field within its historical context and to explore how its gradual development can be related both to applicat…

Black Box Probabilistic Numerics

2021-06-15 · NeurIPS 2021 12 · Onur Teymur, Christopher N. Foley, Philip G. Breen, Toni Karvonen 외

Probabilistic numerics casts numerical tasks, such the numerical solution of differential equations, as inference problems to be solved. One approach is to model the unknown quantity of interest as a random variable, and…

Scalable h-adaptive probabilistic solver for time-independent and time-dependent systems

2025-08-13 · Akshay Thakur, Sawan Kumar, Matthew Zahr, Souvik Chakraborty arxiv

Solving partial differential equations (PDEs) within the framework of probabilistic numerics offers a principled approach to quantifying epistemic uncertainty arising from discretization. By leveraging Gaussian process r…

Active Learning

Adaptive Batch Sizes for Active Learning A Probabilistic Numerics Approach

2023-06-09 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Xingchen Wan 외

Active learning parallelization is widely used, but typically relies on fixing the batch size throughout experimentation. This fixed approach is inefficient because of a dynamic trade-off between cost and speed -- larger…

Active LearningBayesian OptimisationBayesian OptimizationDrug Discovery

WRPN & Apprentice: Methods for Training and Inference using Low-Precision Numerics

2018-03-01 · Asit Mishra, Debbie Marr

Today's high performance deep learning architectures involve large models with numerous parameters. Low precision numerics has emerged as a popular technique to reduce both the compute and memory requirements of these la…