T-SNE is generally used to see if there are any patterns in the dataset. Or even as the dimentionality reduction to see how the data is like.
Reading this blog, http://distill.pub/2016/misread-tsne/
How can I be sure that which of the hyperparameters is giving the correct result. Since I have no way to know what the pattern of the complete dataset looks like, I have no way of distinguishing between correct and wrong.
Kindly advice.