Hi! I have matrix of samples and their gene expressions, I want to apply "t-sne" algorithm (in R) on that data but I'm not sure what the correct perplexity_value I should use. I read that this value is very important for the "t-sne" algorithm and I want to get the best performance for my data.
Is there any way to determine dynamically what the right perplexity_value for a given data-set? Thanks