Back to Browse

How t-SNE works? | AI ML tutorials by a Data Scientist | Thinking Neuron

4.0K views
Nov 26, 2021
24:24

https://thinkingneuron.com/data-science-interview-questions-for-it-industry-part-4-unsupervised-ml/#t-sne T-SNE stands for “t-distributed Stochastic Neighbor Embedding”. This is another dimensionality reduction technique primarily aimed at visualizing data. Since plotting a high dimension data (e.g 100 columns) is computationally intense as well as difficult to understand. If the same data can be represented in 2 or 3 dimensions, it can be plotted easily and the data patterns can be understood. This can also be done using PCA, but, it is a linear method. If the relationship between the features is non-linear, then PCA will fail to provide good components that are efficient in explaining the variance. This is where t-SNA comes into the picture. t-SNE can find the non-linear relations between features and represent them in a lower dimension. t-SNE works by finding a probability distribution in low dimensional space “similar” to the distribution of original high dimensional data.

Download

0 formats

No download links available.

How t-SNE works? | AI ML tutorials by a Data Scientist | Thinking Neuron | NatokHD