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." ] }, {