Skip to content

Commit 2773c23

Browse files
committed
update tsne
1 parent fda7c4c commit 2773c23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/02_ml_from_scratch/tsne.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"\n",
1010
"> t-distributed Stochastic Neighbor Embedding\n",
1111
"\n",
12+
"- t-SNE: method to visualize high-dimensional data\n",
13+
"- not *really* for dimensionality reduction:\n",
14+
" - non-deterministic projection into lower-dimensional space\n",
15+
" - however, great for visualization\n",
16+
"- core idea: points that are neighbors in *high-dimensional space* should still be neighbors in the *low-dimensional space*\n",
17+
"\n",
1218
"https://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf"
1319
]
1420
},

0 commit comments

Comments
 (0)