Automatic differentiation: Difference between revisions

From Calculus
(Created page with "==Definition== '''Automatic differentiation''' ('''AD''') also called '''algorithmic differentiation''' or '''computational differentiation''' is a set of techniques used to...")
 
No edit summary
 
Line 1: Line 1:
==Definition==
==Definition==


'''Automatic differentiation''' ('''AD''') also called '''algorithmic differentiation''' or '''computational differentiation''' is a set of techniques used to calculate a derivative, or derivatives, at a point or set of points. The goal is for the final answer to be numeric, but it differs from [[numeric differentiation]] in that the method partly uses [[symbolic differentiation]] to simplify expressions before evaluating them numerically.
'''Automatic differentiation''' ('''AD''') also called '''algorithmic differentiation''' or '''computational differentiation''' is a set of techniques used to calculate a derivative, or derivatives, at a point or set of points. The goal is for the final answer to be numeric, but it differs from [[numerical differentiation]] in that the method partly uses [[symbolic differentiation]] to simplify expressions before evaluating them numerically.

Latest revision as of 21:02, 9 May 2014

Definition

Automatic differentiation (AD) also called algorithmic differentiation or computational differentiation is a set of techniques used to calculate a derivative, or derivatives, at a point or set of points. The goal is for the final answer to be numeric, but it differs from numerical differentiation in that the method partly uses symbolic differentiation to simplify expressions before evaluating them numerically.