Document 3
Document 3
CODE: COM327
KEY CHARACTERISTICS:
• Labeled Data: The training data consists of input-output pairs, where the output is
known.
• Predictive Modeling: The goal is to build a model that can accurately predict the
output for new, unseen data.
• Explicit Guidance: The algorithm learns under the supervision of the labeled data.
COMMON TECHNIQUES:
a. Linear Regression: Fits a linear relationship between the input features and
the output variable.
c. Support Vector Regression (SVR): Finds the best fit hyperplane to the data.
APPLICATIONS:
Supervised learning is a powerful tool for building predictive models that can make
accurate predictions on new data. It is widely used in various fields, from healthcare to
finance to marketing.