Automatic differentiation

Enlarge text Shrink text
  • Topic
| System number 987012430911405171

Information for Authority record

Name (Hebrew)
הבחנה אוטומטית
Name (Latin)
Automatic differentiation
Name (Arabic)
التفاضل الآلي
Other forms of name
Algorithmic differentiation
nne Automatic differentiations
Differentiation, Algorithmic
Differentiation, Automatic
See Also From tracing topical name
Computer programming
MARC
MARC

Other Identifiers

Wikidata: Q787371
Library of congress: sh2011004690
Sources of Information
  • Work cat: 2011032262: The art of differentiating computer programs, c2011.
  • LC database, Sept. 9, 2011(automatic differentiation; algorithmic differentiation)
  • www.autodiff.org WWW site, Sept. 9, 2011(Automatic differentiation is a technology for automatically augmenting computer programs, including arbitrarily complex simulations, with statements for the computation of derivatives, also known as sensitivities)

Wikipedia description:

In mathematics and computer algebra, automatic differentiation (auto-differentiation, autodiff, or AD), also called algorithmic differentiation, computational differentiation, and differentiation arithmetic is a set of techniques to evaluate the partial derivative of a function specified by a computer program. Automatic differentiation enables the simultaneous computation of the numerical values of arbitrarily complex functions and their derivatives using only the function itself; no symbolic derivative is required. Auto-differentiation is thus neither numeric nor symbolic, nor is it a combination of both. In contrast to the more traditional numerical methods based on finite differences, auto-differentiation is 'in theory' exact, and in comparison to symbolic algorithms, it is computationally inexpensive. Automatic differentiation exploits the fact that every computer calculation, no matter how complicated, executes a sequence of elementary arithmetic operations (addition, subtraction, multiplication, division, etc.) and elementary functions (exp, log, sin, cos, etc.). By applying the chain rule repeatedly to these operations, partial derivatives of arbitrary order can be computed automatically, accurately to working precision, and using at most a small constant factor of more arithmetic operations than the original program.

Read more on Wikipedia >