2 SupervisedLearning LinearRegression
2 SupervisedLearning LinearRegression
Christian Kuemmerle
Types of Machine Learning:
• Supervised Learning:
Constructing computer programs that learn from experience to perform
well on a given task.
E.g.: Predict spam/no-spam based on dataset correctly labeled as spam/no-spam.
• Unsupervised Learning:
Given data, try to discover common patterns/ structure or sub-spaces.
E.g.: Cluster news articles by topic
• Reinforcement Learning:
Hypothesis:
e.g., a neural network-based
h : ℝd ↦ 𝒞 classifier that maps image to label
of cat or dog
xi:inpat/feature
vector of
in the sample/data point
-
y::
ith Label/response variable output variable
· 2: set oflabels setofoutputs
·
P(x,y):data distribution
=
.
.,
.
heightofperson
·house
price
Examples of hypothesis
Inductive bias (i.e., assumptions) encoded in the hypothesis class