STEM You are the teacher — show the AI examples, press Train, and watch it learn
Machine learning is a way to teach computers by showing them examples — instead of writing every rule by hand. The more good examples you give, the smarter the AI gets. You just did exactly what real AI engineers do!
It found the center point of all your Pet examples and the center of all your Wild examples. For any new spot it asks: "Which center am I closer to?" That rule is called a centroid classifier — simple but effective!
When a Pet and a Wild animal are placed close together, the AI cannot easily tell them apart — just like a human might confuse a fox and a dog! Researchers call this the overlap problem, and solving it is a huge part of making AI smarter.
Can you get 100% accuracy? Place Pets in the bottom-left and Wild animals in the top-right, then train. Now add a pet into the wild zone area — does accuracy drop? That gap between easy and hard data is the 'overlap problem' real ML engineers deal with!