Easy⏱ time1.5 hr$ cost0
Iris Flower Classifier
Train the classic beginner model to identify iris species from four flower measurements.
Start building ↓
Result first
The build
Step 01
Load the data
Read the 150-flower Iris dataset.
Step 02
Explore
Plot petal vs sepal sizes by species.
Step 03
Train
Fit a classifier on the measurements.
Step 04
Predict
Enter new measurements and name the species.
Working Principle
The model learns how each species' measurements cluster, then assigns a new flower to whichever cluster its numbers fall closest to.
The science behind it
A closer look
It's the 'hello world' of machine learning: four features, three classes, and clear separation make patterns easy to see.
Take it further
Variables to test
- 1 Use only two features — still accurate?
- 2 Which two species get confused most?
More AI
AI
Hand-Drawn Digit Classifier
Train a tiny neural network in the browser to recognise digits you draw with a mouse.
Medium⏱2 hr$0
AI
Rock-Paper-Scissors Vision
Use a webcam and a no-code model to recognise your hand and play rock-paper-scissors.
Easy⏱1 hr$0
AI
Spam Email Classifier
Train a model on example messages so it can flag new ones as spam or not.
Medium⏱2 hr$0