Back to list
Lv.2

Supervised Learning

Supervised Learning

A method of training AI to recognize patterns using data that pairs each problem with its correct answer.

In Simple Terms

Supervised Learning is a method that trains an AI on data where each problem is paired with its correct answer, so it can predict the answers to new problems. For example, you might show the AI a large number of dog photos, each labeled "this is a dog." Once training is done, the AI can correctly recognize whether a brand-new photo shows a dog.

Behind the Name

The name might make you picture a teacher standing over the AI, but there's no human teacher actually doing the teaching. "Supervised" comes from the idea that the correct answers are already built into the data, guiding the AI's learning the way a teacher checks your work and points out what's right or wrong.

Take a Closer Look!

Supervised Learning is a method where you give an AI large amounts of data pairing "problems" with their "correct answers," so it can learn the relationships and rules connecting them.
It's one of the ways an AI can learn, and it's the most basic and one of the most widely used methods.

Think of it like a student studying with both a textbook and an answer key at the same time.
The AI is fed data that's already labeled with correct answers, like "this photo shows a cat" or "this text has a positive tone."
As it processes the data, the AI automatically finds common patterns, like "these features mean it's a cat."

After repeating this process and learning the patterns, the AI can predict correct answers for new, unlabeled data based on the rules it picked up.
In practice, this approach is widely used in systems that automatically detect spam emails or technology that identifies what's shown in an image.

CategoryAI