What digit is this?
A machine learning dataset is just rows of numbers. Each row below is an 8x8 image of a handwritten digit. Can you tell what it is?
Your guess (or press 0-9):
Streak: 0
What the model receives:
Not an image — just a flat array of 64 numbers:
Loading...
Think Deeper
Try this:
In the Explore tab, hit 'New digit' 10 times. Do you ever get one that's hard to recognize even as a human?
Some 8x8 images are genuinely ambiguous — even you can't tell if it's a 1 or a 7. If a human struggles, a model will too. This is called irreducible error — the noise floor no algorithm can beat.
Cybersecurity tie-in: A network intrusion model receives the same kind of input — not
packet captures or log files, but flat rows of numbers:
[bytes_sent, dest_port, duration, flags, ...].
Same structure, different domain.