Skip to content

Fixes typo. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Examining this allows us to explore MNIST in a very raw way.

Exploring this visualization, we can see some glimpses of the structure of MNIST.
Looking at the <a href="#raw_mnist" onclick="raw_mnist_show([7,13], [18,16])">pixels $p_{18,16}$ and $p_{7,12}$</a>, we are able to separate a lot of zeros to the bottom right and a lot of nines to the top left.
Looking at <a href="#raw_mnist" onclick="raw_mnist_show([5,7], [7,10])">pixels $p_{5,6}$ and $p_{7,9}$</a> we can see a lot of twos at the top right and threes at the bottom right.
Looking at <a href="#raw_mnist" onclick="raw_mnist_show([5,7], [7,10])">pixels $p_{5,6}$ and $p_{7,9}$</a> we can see a lot of twos at the top right and threes at the top left.

Despite minor successes like these, one can't really can't understand MNIST this way.
The small insights one gains feel very fragile and feel a lot like luck.
Expand Down