From 0d6c5af69de8e4e73f1a4707b214a0d531b0374f Mon Sep 17 00:00:00 2001 From: Safouane Chergui <31566323+chsafouane@users.noreply.github.com> Date: Mon, 19 Jul 2021 13:47:01 +0200 Subject: [PATCH] [MODIF] Course 1 - Part 4 - Lesson 2 - Notebook.ipynb - Typo correction The highest prob is for class 9, so it tells us that it's almost certainly a 9 --- Course 1 - Part 4 - Lesson 2 - Notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course 1 - Part 4 - Lesson 2 - Notebook.ipynb b/Course 1 - Part 4 - Lesson 2 - Notebook.ipynb index 3df3d188..004dc996 100644 --- a/Course 1 - Part 4 - Lesson 2 - Notebook.ipynb +++ b/Course 1 - Part 4 - Lesson 2 - Notebook.ipynb @@ -386,7 +386,7 @@ "\n", "The output of the model is a list of 10 numbers. These numbers are a probability that the value being classified is the corresponding value (https://github.com/zalandoresearch/fashion-mnist#labels), i.e. the first value in the list is the probability that the image is of a '0' (T-shirt/top), the next is a '1' (Trouser) etc. Notice that they are all VERY LOW probabilities.\n", "\n", - "For the 9 (Ankle boot), the probability was in the 90's, i.e. the neural network is telling us that it's almost certainly a 7." + "For the 9 (Ankle boot), the probability was in the 90's, i.e. the neural network is telling us that it's almost certainly a 9." ] }, {