Content deleted Content added
Line 10:
Given a set of <math>N</math> high-dimensional objects <math>\mathbf{x}_1, \dots, \mathbf{x}_N</math>, t-SNE first computes probabilities <math>p_{ij}</math> that are proportional to the similarity of objects <math>\mathbf{x}_i</math> and <math>\mathbf{x}_j</math>, as follows:
<math>p_{j|i} = \frac{\exp(-\lVert\mathbf{x}_i
<math>p_{ij} = \frac{p_{j|i} + p_{i|j}}{2N}</math>
|