From 21fe352e75abe1dc5b857fd96fb493a6d1754a10 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:52:35 +0100 Subject: [PATCH] Update 6_5_Adam.ipynb --- Notebooks/Chap06/6_5_Adam.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap06/6_5_Adam.ipynb b/Notebooks/Chap06/6_5_Adam.ipynb index 31d4762..e9ef3c7 100644 --- a/Notebooks/Chap06/6_5_Adam.ipynb +++ b/Notebooks/Chap06/6_5_Adam.ipynb @@ -248,7 +248,7 @@ " # Replace this line:\n", " v = v\n", "\n", - " # TODO -- Modify the statistics according to euation 6.16\n", + " # TODO -- Modify the statistics according to equation 6.16\n", " # You will need the function np.power\n", " # Replace these lines\n", " m_tilde = m\n",