From a11f707042c886523481cac412a94c00018e9ce1 Mon Sep 17 00:00:00 2001 From: David Dyck Date: Mon, 12 Apr 2021 15:30:37 -0700 Subject: [PATCH] Remove misleading comment w.r.t. number classification Delete some misleading comments about number classifications in Lab2-Computer-Vision.ipynb --- Lab2-Computer-Vision.ipynb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Lab2-Computer-Vision.ipynb b/Lab2-Computer-Vision.ipynb index b5aafe3..c20e38f 100644 --- a/Lab2-Computer-Vision.ipynb +++ b/Lab2-Computer-Vision.ipynb @@ -364,11 +364,7 @@ }, "source": [ "####Answer: \n", - "The correct answer is (3)\n", - "\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, i.e. the first value in the list is the probability that the handwriting is of a '0', the next is a '1' etc. Notice that they are all VERY LOW probabilities.\n", - "\n", - "For the 7, the probability was .999+, i.e. the neural network is telling us that it's almost certainly a 7." + "The correct answer is (3)\n" ] }, {