1. The Foundations
Supervised Learning (ஆசிரியர் வழி கற்றல் / Guided Learning)
Let's teach a child fruit names! (பழங்களோட பேர சொல்லிக் கொடுப்போமா!)
Technical Meaning: மேற்பார்வையிட்ட கற்றல் (Maerpaarvaiyitta Katral) - Training an AI using data that already has the correct answers labeled.
The Core Idea
Supervised Learning is a method where an AI model learns from "labeled" data. You give the AI both the input (the question) and the output (the correct answer). Over time, the model learns the relationship between the two, so when you give it a new question later, it can predict the answer on its own.
The Origin Story
In the early days of machine learning, scientists needed a way to teach computers to recognize simple things like handwritten numbers (e.g., ZIP codes on mail). They realized the fastest way was to explicitly show the computer millions of examples, each tagged with the correct answer. This "supervision" acts like a teacher holding a student's hand until they learn the pattern.
The Tamil Analogy
Imagine teaching a small child the difference between a Mango (மாம்பழம்) and an Apple (ஆப்பிள்).
You hold up a mango and explicitly say, "This is a Mango." You hold up an apple and say, "This is an Apple." You do this dozens of times with different shapes and colors of mangoes and apples.
Because you provided the Labels (the names of the fruits) along with the Data (the physical fruits), the child learns the patterns. The next time you take the child to Koyambedu market and point to a fruit they have never seen before, they can instantly look at its shape and color and correctly guess, "Mango!" This is exactly how Supervised Learning works.
Try It Yourself
Fruit Sorter AI
Manual Labels needed: 5 before AI takes over.