Back to GlossaryCore Concepts

Supervised Learning

Definition

A machine learning approach where models are trained on labeled data, learning to map inputs to known correct outputs.

Supervised learning is the most common form of machine learning. The training data consists of input-output pairs, and the model learns to predict the correct output for new, unseen inputs. Classification tasks (predicting categories like spam vs. not spam) and regression tasks (predicting continuous values like house prices) are both supervised learning problems. Common algorithms include linear regression, logistic regression, decision trees, random forests, and neural networks. The quality and quantity of labeled training data is critical to performance. Supervised learning powers most real-world ML applications from medical diagnosis to credit scoring.

Companies in Core Concepts

View Core Concepts companies →