From a64e492c6d4c339495852e5219d1728f1d9798d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 18 May 2018 17:03:46 +0200 Subject: [PATCH] Fix a typo in extra_autodiff --- extra_autodiff.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_autodiff.ipynb b/extra_autodiff.ipynb index 402c959..ebc40bd 100644 --- a/extra_autodiff.ipynb +++ b/extra_autodiff.ipynb @@ -118,7 +118,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "At x=3 and y=4, these Hessians are respectively 8, 6, 6, 0. Let's use numerical approximation again to compute them:" + "At x=3 and y=4, these Hessians are respectively 8, 6, 6, 0. Let's use the equations above to compute them:" ] }, {