中文
相关论文

相关论文: An Introduction to Using Software Tools for Automa…

200 篇论文

In recent years, formal methods of privacy protection such as differential privacy (DP), capable of deployment to data-driven tasks such as machine learning (ML), have emerged. Reconciling large-scale ML with the closed-form reasoning…

We demonstrate that automatic differentiation (AD), which has become commonly available in machine learning frameworks, is an efficient way to explore ideas that lead to algorithmic improvement in multi-scale affine image registration and…

最优化与控制 · 数学 2025-08-05 Warin Watson , Cash Cherry , Rachelle Lang

Algorithmic differentiation (AD) tools allow to obtain gradient information of a continuously differentiable objective function in a computationally cheap way using the so-called backward mode. It is common practice to use the same tools…

最优化与控制 · 数学 2024-12-02 Lukas Baumgärtner , Franz Bethke

We show that Automatic Differentiation (AD) operators can be provided in a dynamic language without sacrificing numeric performance. To achieve this, general forward and reverse AD functions are added to a simple high-level dynamic…

编程语言 · 计算机科学 2016-11-11 Jeffrey Mark Siskind , Barak A. Pearlmutter

We apply program verification technology to the problem of specifying and verifying automatic differentiation (AD) algorithms. We focus on define-by-run, a style of AD where the program that must be differentiated is executed and monitored…

计算机科学中的逻辑 · 计算机科学 2024-02-14 Paulo Emílio de Vilhena , François Pottier

Differentiation along algorithms, i.e., piggyback propagation of derivatives, is now routinely used to differentiate iterative solvers in differentiable programming. Asymptotics is well understood for many smooth problems but the…

最优化与控制 · 数学 2022-06-02 Jérôme Bolte , Edouard Pauwels , Samuel Vaiter

The need to efficiently calculate first- and higher-order derivatives of increasingly complex models expressed in Python has stressed or exceeded the capabilities of available tools. In this work, we explore techniques from the field of…

机器学习 · 计算机科学 2018-09-27 Bart van Merriënboer , Dan Moldovan , Alexander B Wiltschko

Automatic differentiation (AD) is an important family of algorithms which enables derivative based optimization. We show that AD can be simply implemented with effects and handlers by doing so in the Frank language. By considering how our…

编程语言 · 计算机科学 2021-01-21 Jesse Sigal

In scientific computation, it is often necessary to calculate higher-order derivatives of a function. Currently, two primary methods for higher-order automatic differentiation exist: symbolic differentiation and algorithmic automatic…

计算物理 · 物理学 2025-06-03 He Zhang

Simulation-based optimization using agent-based models is typically carried out under the assumption that the gradient describing the sensitivity of the simulation output to the input cannot be evaluated directly. To still apply…

机器学习 · 计算机科学 2021-03-24 Philipp Andelfinger

The role of the descriptor system representation as basis for reliable numerical computations for system analysis and synthesis, and in particular, for the manipulation of rational matrices, is discussed and available robust numerical…

系统与控制 · 电气工程与系统科学 2021-06-08 Andreas Varga

Automatic differentiation (AD) is an essential primitive for machine learning programming systems. Tangent is a new library that performs AD using source code transformation (SCT) in Python. It takes numeric functions written in a syntactic…

数学软件 · 计算机科学 2017-11-09 Bart van Merriënboer , Alexander B. Wiltschko , Dan Moldovan

The application of operator overloading algorithmic differentiation (AD) to computer programs in order to compute the derivative is quite common. But, the replacement of the underlying computational floating point type with the specialized…

数学软件 · 计算机科学 2026-02-18 Max Sagebaum , Nicolas R. Gauger

Artificial intelligence has recently experienced remarkable advances, fueled by large models, vast datasets, accelerated hardware, and, last but not least, the transformative power of differentiable programming. This new programming…

机器学习 · 计算机科学 2025-06-25 Mathieu Blondel , Vincent Roulet

Agent-based models (ABMs) simulate complex systems by capturing the bottom-up interactions of individual agents comprising the system. Many complex systems of interest, such as epidemics or financial markets, involve thousands or even…

Many engineering problems involve learning hidden dynamics from indirect observations, where the physical processes are described by systems of partial differential equations (PDE). Gradient-based optimization methods are considered…

数值分析 · 数学 2019-12-17 Kailai Xu , Dongzhuo Li , Eric Darve , Jerry M. Harris

The auto differentiable simulation is a type of simulation that outputs of the simulation include not only the simulation result itself, but also their derivatives with respect to various input parameters. It provides an efficient method to…

计算物理 · 物理学 2025-12-01 Ji Qianga , Yue Hao , Allen Qiang , Jinyu Wan

We present the results of our analysis of publication venues for papers on automatic differentiation (AD), covering academic journals and conference proceedings. Our data are collected from the AD publications database maintained by the…

数字图书馆 · 计算机科学 2014-09-26 Atilim Gunes Baydin , Barak A. Pearlmutter

The successes of deep learning, variational inference, and many other fields have been aided by specialized implementations of reverse-mode automatic differentiation (AD) to compute gradients of mega-dimensional objectives. The AD…

机器学习 · 计算机科学 2021-03-16 Deniz Oktay , Nick McGreivy , Joshua Aduol , Alex Beatson , Ryan P. Adams

Automatic differentiation (AD) has driven recent advances in machine learning, including deep neural networks and Hamiltonian Markov Chain Monte Carlo methods. Partially observed nonlinear stochastic dynamical systems have proved resistant…

统计方法学 · 统计学 2024-07-04 Kevin Tan , Giles Hooker , Edward L. Ionides