We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7c4c commit 2773c23Copy full SHA for 2773c23
content/02_ml_from_scratch/tsne.ipynb
@@ -9,6 +9,12 @@
9
"\n",
10
"> t-distributed Stochastic Neighbor Embedding\n",
11
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",
18
"https://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf"
19
]
20
},
0 commit comments