EZ

Eduzan

Learning Hub

Eduzan
Eduzan / AI & Machine Learning

Supervised Learning

Computer Science / AI & Machine Learning tutorial chapter - Published 2025-12-17 - AI & Machine Learning

Supervised learning is a type of machine learning where the model is trained on labeled data. The goal is to learn a mapping from input features (independent variables) to the target output (dependent variable). The algorithm uses this learned mapping to predict the output for new, unseen data. Supervised learning tasks are broadly divided into two categories:

  1. Regression: Predicting a continuous output.
  2. Classification: Predicting a discrete class label.
End of lesson.