This article was automatically translated from the original Turkish version.
Supervised learning is one of the fundamental types of machine learning and relies on learning from labeled examples in a data dataset. This method enables an algorithm to be trained to map a given input to the correct output (label). Supervised learning is commonly used in classification and regression like tasks.
【1】
In disease diagnosis, a machine learning model can be trained using past patient data. This model will attempt to accurately diagnose diseases when presented with new patient data. The training data includes information from individuals both with and without the disease, used to enable accurate diagnosis.
[1]
Candan, Hatice. "Step by Step Machine Learning, Part 2: What Is Supervised Learning?" Machine Learning Türkiye, 17 December 2021. https://medium.com/machine-learning-t%C3%BCrkiye/ad%C4%B1m-ad%C4%B1m-makine-%C3%B6%C4%9Frenmesi-b%C3%B6l%C3%BCm-2-denetimli-%C3%B6%C4%9Frenme-nedir-80ffb1322e4f
No Discussion Added Yet
Start discussion for "Supervised Learning" article
Key Features
Applications
Supervised Learning Algorithms
Advantages
Challenges
Example Application