Skip to content

Commit 1ef8b1c

Browse files
committed
minor updates
1 parent a47d523 commit 1ef8b1c

11 files changed

+3788
-3040
lines changed

Automatic Differentiation.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"source": [
77
"# Automatic differentiation\n",
88
"\n",
9-
"__Automatic differentiation__ is a method for evaluating the rate of change in the numerical output of a program with respect to the rate of change in its input. We start with an example.\n",
9+
"__Automatic differentiation__ is a method for evaluating the rate of change in the numerical output of a program with respect to the rate of change in its input. The power of the method is the ability of writing a program that computes a differentiable function and having the derivative immediatelly available.\n",
10+
"\n",
11+
"We start with an example.\n",
1012
"\n",
1113
"Consider the function\n",
1214
"$$\n",

0 commit comments

Comments
 (0)