ML UNIT 1-2-57
ML UNIT 1-2-57
Cars
Things
Birds
• Determine:
– A hypothesis h in H such that h(x) = c(x) for all x in X.
Unanswered by FIND-S
Definition:
consistent- A hypothesis h is consistent with a set of training
examples D if and only if h(x) = c(x) for each example (x, c(x))
in D.
.
The LIST-THEN-ELIMINATION algorithm
Step 2: from this step, we keep on removing inconsistent hypothesis from version
space
• Because of this restriction, the hypothesis space is unable to represent even simple
disjunctive target concepts such as
"Sky = Sunny or Sky = Cloudy."
The following three training examples of disjunctive hypothesis, the algorithm would find
that there are zero hypotheses in the version space
This new hypothesis is overly general and it incorrectly covers the third negative training
example! So H does not include the appropriate c.
In this case, aB.Ashreetha, Asst Prof, Dept
more expressive of ECE, SVEC. space is required.
hypothesis
An Unbiased Learner
• The solution to the problem of assuring that the target concept is in the
hypothesis space H is to provide a hypothesis space capable of representing
every teachable concept that is representing every possible subset of the
instances X.
• simply, providing a hypothesis capable of representing all the examples.
Example:???