Header Ads Widget

CONCEPT LEARNING AS SEARCH

  • Concept learning can be viewed as the task of searching through a large space of hypotheses implicitly defined by the hypothesis representation.
  • The goal of this search is to find the hypothesis that best fits the training examples.

Example:

Consider the instances X and hypotheses H in the EnjoySport learning task. The attribute Sky has three possible values, and AirTemp, Humidity, Wind, Water, Forecast each have two possible values, the instance space X contains exactly

        3.2.2.2.2.2 = 96 distinct instances

        5.4.4.4.4.4 = 5120 syntactically distinct hypotheses within H.

Every hypothesis containing one or more "Φ" symbols represents the empty set of instances; that is, it classifies every instance as negative.

        1 + (4.3.3.3.3.3) = 973. Semantically distinct hypotheses

General-to-Specific Ordering of Hypotheses

Consider the two hypotheses

h1 = (Sunny, ?, ?, Strong, ?, ?)

h2 = (Sunny, ?, ?, ?, ?, ?)

  • Consider the sets of instances that are classified positive by hl and by h2.
  • h2 imposes fewer constraints on the instance, it classifies more instances as positive. So, any instance classified positive by hl will also be classified positive by h2. Therefore, h2 is more general than hl.


Given hypotheses h
j and hk, hj is more-general-than or- equal do hk if and only if any instance that satisfies hk also satisfies hi

Definition: Let hj and hk be Boolean-valued functions defined over X. Then hj is more general- than-or-equal-to hk (written hj ≥ hk) if and only if

 (" xÃŽX ) [(hk (x) = 1) → (hj (x) = 1)]

  • In the figure, the box on the left represents the set X of all instances, the box on the right the set H of all hypotheses.
  • Each hypothesis corresponds to some subset of X-the subset of instances that it classifies positive.
  • The arrows connecting hypotheses represent the more - general -than relation, with the arrow pointing toward the less general hypothesis.
  • Note the subset of instances characterized by h2 subsumes the subset characterized by hl , hence h2 is more - general– than h1



Post a Comment

0 Comments