2
2
Learning Overview
In the Introduction to Machine Learning section, you will be introduced to machine learning.
2.1 Notation
Key points
X1 , . . . , Xp denote the features, Y denotes the outcomes, and Y^ denotes the predictions.
Machine learning prediction tasks can be divided into categorical and continuous
outcomes. We refer to these as classification and prediction, respectively.
2.2 An Example
Key points
1. True or False: A key feature of machine learning is that the algorithms are built with data.
A. True
B. False
2. True or False: In machine learning, we build algorithms that take feature values (X) and train
a model using known outcomes (Y) that is then used to predict outcomes when presented
with features without known outcomes.
A. True
B. False