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
Hi there! Thank you for this awesome implementation of tSNE!
I would like to know how to use the perplexity_list parameter, since there is no further documentation on it. Is it possible to get multiple perplexities for the same tSNE plot? If so, does the order of the values in the list represent anything to the algorithm?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the interest. I will reply because I implemented this functionality.
At least the Python wrapper provides the following documentation:
perplexity_list: list
A list of perplexities to used as a perplexity combination. Input affinities are computed with each
perplexity on the list and then averaged. Default is None.
The order of the values in the list does not matter.
Hi there! Thank you for this awesome implementation of tSNE!
I would like to know how to use the perplexity_list parameter, since there is no further documentation on it. Is it possible to get multiple perplexities for the same tSNE plot? If so, does the order of the values in the list represent anything to the algorithm?
The text was updated successfully, but these errors were encountered: