Solved – the difference between t-SNE and plain SNE

tsne

T-Distributed Stochastic Neighbor Embedding (t-SNE) is a (prize-winning) technique for dimensionality reduction that is particularly well suited for the visualization of high-dimensional datasets.

What is the difference between t-SNE and Stochastic Neighbor Embedding (SNE)?

Best Answer

Actually, I find that because the t-Distribution is a long tail distribution, it prevents the crowding problem (which is one of the disadvantages of SNE).