From 9455f8f05859b204f3dc9f926b6890ee04ef5a5f Mon Sep 17 00:00:00 2001 From: Luca Martial <48870843+luca-martial@users.noreply.github.com> Date: Sun, 29 Nov 2020 21:12:58 +0700 Subject: [PATCH] chapter 4 misspelling 'experssion' -> 'expression' (#334) --- 04_mnist_basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_mnist_basics.ipynb b/04_mnist_basics.ipynb index 3b5b5b2..ae9e767 100644 --- a/04_mnist_basics.ipynb +++ b/04_mnist_basics.ipynb @@ -2109,7 +2109,7 @@ "\n", "We ultimately want to write a function, `is_3`, that will decide if an arbitrary image is a 3 or a 7. It will do this by deciding which of our two \"ideal digits\" this arbitrary image is closer to. For that we need to define a notion of distance—that is, a function that calculates the distance between two images.\n", "\n", - "We can write a simple function that calculates the mean absolute error using an experssion very similar to the one we wrote in the last section:" + "We can write a simple function that calculates the mean absolute error using an expression very similar to the one we wrote in the last section:" ] }, {