Skip to content

Commit

Permalink
improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue committed Oct 29, 2016
1 parent 303246a commit c4da115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scramble-experiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This experiment shows that even after the pixels in hand-written digits images are scrambled, they can still be clustered effectively. It also shows that t-SNE takes no information about the translation/rotaional/illumination invariance in a image, which is very different from typical image recognition tasks."
"This experiment shows that even after the pixels in hand-written digits images are scrambled, they can still be clustered effectively by t-SNE. It means that t-SNE doesn't take information about the translation/rotaional/illumination invariance in an image for clustering, which is very different from typical image recognition tasks. t-SNE itself doesn't have much to do with images, either."
]
},
{
Expand Down Expand Up @@ -728,7 +728,7 @@
}
],
"source": [
"# Make sure columns in df_X_scrambled is scrambled\n",
"# Make sure columns in df_X_scrambled is indeed scrambled\n",
"nrows, ncols = 2, 5\n",
"plt.figure(figsize=(6,3))\n",
"# plt.gray()\n",
Expand Down

0 comments on commit c4da115

Please sign in to comment.