Step 1: What is Machine Learning?

Data, features, and labels — the ML vocabulary

1 ExplorePlay below
2 ReadUnderstand
💡 ReflectThink deeper

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
Loading...

Think Deeper

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.

Loading...