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

Doodle classification visualization #94

Open
patwork opened this issue Mar 5, 2018 · 1 comment
Open

Doodle classification visualization #94

patwork opened this issue Mar 5, 2018 · 1 comment

Comments

@patwork
Copy link

patwork commented Mar 5, 2018

Hello,

I've created simple visualization for doodle classification example. It shows every doodle with coresponding prediction from NN.

Sample screenshot:

doodle

white background = NN was correct
red background = guessed "cat"
green background = guessed "rainbow"
blue background = guessed "train"

In first table in console each row is number of mistakes for every pair label:classification.

Second table is raw list of wrong guesses in format: (index), doodle number, label, classification, guess "cat", guess "rainbow", guess "train".

In overall, looks like NN is pretty consistent with rainbow doodles, but not so much with cats and trains.

@shiffman
Copy link
Member

shiffman commented Mar 5, 2018

Oh this is awesome, so cool! I think this would be great to incorporate into the example code (or a second more complex version of the example.) I'll keep this open as a reference for future development and videos!

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

No branches or pull requests

2 participants