-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG+1] DOCATHON : Provide more intuition on perplexity in the documentation,… #8551
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
Conversation
… link to misread-tsne.
doc/modules/manifold.rst
Outdated
@@ -554,6 +561,10 @@ is a tradeoff between performance and accuracy. Larger angles imply that we | |||
can approximate larger regions by a single point,leading to better speed | |||
but less accurate results. | |||
|
|||
`"How to Use t_SNE Effectively" <http://distill.pub/2016/misread-tsne/>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That blog post is really nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. I think this is a great improvement on what we currently have!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM, merging, thanks a lot! |
Trying to resolve #8546
Added some more discussion on the intuition behind perplexity, and when and why you may wish to increase it. Also linked to the "How to Use t-SNE Effectively" page.