Message Boards Message Boards

0
|
5202 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Set parameters of the methods just like "DBSCAN" and "TSNE" ?

Posted 7 years ago

I even don‘t know what parameters the method have . For example, when I use the function

DimensionReduce[data, Method -> "TSNE"]

I don‘t know what parameters that the "TSNE" have. And can I perform the "TSNE" with 'barneshut' algorithm?

POSTED BY: Huadun Wang

The documentation doesn't provide much information about the TSNE implementation.

As the documentation shows, "Perplexity" can be adjusted:

DimensionReduce[iris[[All, 1]], 2, Method -> {"TSNE", "Perplexity" -> 100}];

But that is the only documented parameter in the latest version.

POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract