You've learned what AI is and how machines learn. Now it's time to build one yourself.
Don't worry โ you won't need to install anything or write any code. Everything happens right here in your browser.
We're going to train an AI that recognises drawings. You'll:
This is real machine learning โ the same concept used by Google, Apple, and every major tech company.
What is the FIRST step when training an AI to recognise drawings?
Head over to our AI Playground to try the Drawing Recogniser!
Here's what to do:
Start with simple, clear shapes. The AI works better with distinct drawings. A wobbly circle might confuse it at first!
When you draw and the AI guesses, here's what's happening in simple terms:
Your drawing becomes numbers โ The computer doesn't "see" your drawing. It converts it into a grid of numbers (bright pixels = high numbers, dark pixels = low numbers)
It compares to known patterns โ The AI has been trained on thousands of similar drawings. It knows that circles tend to have certain patterns of numbers, squares have others
It calculates confidence โ For each shape category, it calculates a percentage: "72% circle, 18% oval, 10% square"
It gives its best guess โ The highest percentage wins!
This is the same basic process used in medical imaging โ doctors' AI tools look at X-rays and compare them to millions of previous X-rays to detect problems.
When you see the AI's guess:
You draw a shape and the AI says '92% circle.' What does that mean?
What happens when you draw something the AI has never seen โ like a house or a cat? It will still try to classify it as one of its known shapes. This is a limitation: AI can only recognise what it's been trained on.
Try these experiments to understand AI better:
Draw a circle 5 different ways โ big, small, thick, thin, wobbly. Does the AI still recognise all of them?
Draw something between a circle and a square (a rounded square). What does the AI say? This shows you how AI handles ambiguity.
Draw a star or a heart. The AI wasn't trained on these โ what happens? This demonstrates the limits of training data.
Congratulations! ๐ You've just experienced the core concepts of AI:
These same concepts power everything from self-driving cars to medical diagnosis to voice assistants.
What happens when you draw a star for an AI that was only trained on circles, squares, and triangles?
Coming soon: AI in the Real World โ where we'll explore how AI is used in healthcare, agriculture, education, and more. Plus, we'll discuss the important topic of AI ethics and bias.
Stay curious! ๐