Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixup between Fashion-MNIST and MNIST #4

Open
nielsz opened this issue May 17, 2020 · 1 comment · May be fixed by #10
Open

Mixup between Fashion-MNIST and MNIST #4

nielsz opened this issue May 17, 2020 · 1 comment · May be fixed by #10

Comments

@nielsz
Copy link

nielsz commented May 17, 2020

In Lab2-Computer-Vision.ipynb, which is about Fashion-MNIST, there's this line:

the first value in the list is the probability that the handwriting is of a '0', the next is a '1' etc.

Which is about handwriting, not Fashion-MNIST.

@d-c-d
Copy link

d-c-d commented Apr 12, 2021

@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.

@d-c-d d-c-d linked a pull request Apr 12, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants