You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lmoroney, thanks for the lab work, but @nielsz pointed out the same thing I came here to report :-)
We've been working with images of fashion stuff ( shoes ) but the comment seems to be copied from something earlier
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.
For the 7, the probability was .999+, i.e. the neural network is telling us that it's almost certainly a 7.
In Lab2-Computer-Vision.ipynb, which is about Fashion-MNIST, there's this line:
Which is about handwriting, not Fashion-MNIST.
The text was updated successfully, but these errors were encountered: