File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,13 @@ plt.imshow(Q);
224
224
225
225
Equations:
226
226
227
- ```
228
- <span class="math-tex" data-type="tex">$$p_{j|i} = \frac{\exp(-\lVert\mathbf{x}_i - \mathbf{x}_j\rVert^2 / 2\sigma_i^2)}{\sum_{k \neq i} \exp(-\lVert\mathbf{x}_i - \mathbf{x}_k\rVert^2 / 2\sigma_i^2)}$$</span>
227
+ <span class =" math-tex " data-type =" tex " >\\ (p_ {j|i} = \frac{\exp(-\lVert\mathbf{x}_ i - \mathbf{x}_ j\rVert^2 / 2\sigma_i^2)}{\sum_ {k \neq i} \exp(-\lVert\mathbf{x}_ i - \mathbf{x}_ k\rVert^2 / 2\sigma_i^2)}\\ )</span >
229
228
230
- <span class="math-tex" data-type="tex">$$ p_{ij} = \frac{p_{j|i} + p_{i|j}}{2N}$$ </span>
229
+ <span class =" math-tex " data-type =" tex " >\\ ( p_ {ij} = \frac{p_ {j|i} + p_ {i|j}}{2N}\\ ) </span >
231
230
232
- <span class="math-tex" data-type="tex">$$ q_{ij} = \frac{(1 + \lVert \mathbf{y}_i - \mathbf{y}_j\rVert^2)^{-1}}{\sum_{k \neq l} (1 + \lVert \mathbf{y}_k - \mathbf{y}_l\rVert^2)^{-1}}$$ </span>
231
+ <span class =" math-tex " data-type =" tex " >\\ ( q_ {ij} = \frac{(1 + \lVert \mathbf{y}_ i - \mathbf{y}_ j\rVert^2)^{-1}}{\sum_ {k \neq l} (1 + \lVert \mathbf{y}_ k - \mathbf{y}_ l\rVert^2)^{-1}}\\ ) </span >
233
232
234
- <span class="math-tex" data-type="tex">$$KL(P||Q) = \sum_{i \neq j} p_{ij} \, \log \frac{p_{ij}}{q_{ij}}$$</span>
235
- ```
233
+ <span class =" math-tex " data-type =" tex " >\\ (KL(P||Q) = \sum_ {i \neq j} p_ {ij} \, \log \frac{p_ {ij}}{q_ {ij}}\\ )</span >
236
234
237
235
Links:
238
236
You can’t perform that action at this time.
0 commit comments