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

t-SNE #65

Open
Serendipity-LC opened this issue Jan 19, 2021 · 2 comments
Open

t-SNE #65

Serendipity-LC opened this issue Jan 19, 2021 · 2 comments

Comments

@Serendipity-LC
Copy link

Hi!When we use t-SNE to draw, for the output features of the model, do we use the predicted label of the corresponding model or the true label of the sample?

@PetarV-
Copy link
Owner

PetarV- commented Jan 19, 2021

Hello,

Normally we'd build the t-SNE based on the model's hidden representations as inputs, and colour-code it based on the true label. This shows (with caveats! check out https://distill.pub/2016/misread-tsne/ for more details) roughly how well the model is "separating" the classes.

Hope that helps!

Thanks,
Petar

@Serendipity-LC
Copy link
Author

Hello,

Normally we'd build the t-SNE based on the model's hidden representations as inputs, and colour-code it based on the true label. This shows (with caveats! check out https://distill.pub/2016/misread-tsne/ for more details) roughly how well the model is "separating" the classes.

Hope that helps!

Thanks,
Petar

This means that predicting labels when drawing pictures is useless for us, right?
Thanks.

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