Supervised learning: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
A machine-learning approach in which an AI system is trained on a dataset that has been labeled by people, usually when there is a specific, known output in mind. | A machine-learning approach in which an AI system is trained on a dataset that has been labeled by people, usually when there is a specific, known output in mind. | ||
# | # For example, a model may be trained on millions of pictures explicitly labeled as either ''zebra'' or ''horse''. The AI learns the characteristics of each animal so it can sort new images into those predefined categories. | ||
====Related terms==== | ====Related terms==== | ||
* [https://en.wiktionary.org/wiki/supervised | * [https://en.wiktionary.org/wiki/supervised supervised] | ||
* [https://en.wiktionary.org/wiki/learning learning] | |||
* [https://en.wiktionary.org/wiki/learning | * [https://en.wiktionary.org/wiki/machine_learning machine learning] | ||
* [https://en.wiktionary.org/wiki/artificial_intelligence artificial intelligence] | |||
* [https://en.wiktionary.org/wiki/machine_learning | |||
* [https://en.wiktionary.org/wiki/artificial_intelligence | |||
Latest revision as of 19:14, 9 May 2026
English
[edit | edit source]A machine-learning approach in which an AI system is trained on a dataset that has been labeled by people, usually when there is a specific, known output in mind.
- For example, a model may be trained on millions of pictures explicitly labeled as either zebra or horse. The AI learns the characteristics of each animal so it can sort new images into those predefined categories.