Tsne
t-Distributed Stochastic Neighbor Embedding (wikipedia)
Terms
- TSNE: (t-distributed stochastic neighbor embedding) a statistical method for visualizing high-dimensional data, where each datapoint has a location in a 2d or 3d map.
- Nonlinear dimensionality reduction: (NLDR) technique that projects higher dimensional data into lower dimensional space.
- KL Divergence: (Kullback-Leibler Divergence), also called the relative entropy, is denoted by , represents a measure of Q's, an approximation of probability distribution - P, differs from P. Full definition:
TSNE
A non-linear dimensionality reduction technique. Similar objects in the dataset are grouped together for the visualization. There are two main stages: 1) construct a probability distribution of pairs of the high dimensional objects, where similar objects have a higher probability and the opposite for dissimilar objects 2) Define the probability distribution over the points in the lower dimensional map, to minimize KL divergence. t-SNE has time complexity and space complexity.
Details
With set , of high-d objects (), t-SNE computes the probability, that are proportional to the similarity of objects and : for :