ML Lecture 5
ML Lecture 5
Lecture 5
where
Muhammad Majid ([email protected]) CP-6107 Machine Learning
Inductive Learning
Recap
• Induction
• Given a training set of examples of the form (x,f(x))
• x is the input, f(x) is the output
• Return a function ℎ that approximates f(x)
• ℎ is called the hypothesis
• Hypothesis space H
• Set of all hypotheses ℎ that the learner may
consider
• Learning is a search through hypothesis space
• Objective: Find ℎ that minimizes misclassification or
more generally some error/loss function with respect
to the training examples
•Muhammad
But what about unseen examples?
Majid ([email protected]) CP-6107 Machine Learning
Inductive Learning
Generalization
• A good hypothesis will generalize well
– i.e., predict unseen examples correctly
• Usually …
– Any hypothesis ℎ found to approximate the target
function f well over a sufficiently large set of
training examples will also approximate the target
function well over any unobserved examples