Concept Learning

Find-S Algorithm

  1. Initialize $h$ to the most specific hypothesis in $H$
  2. For each positive training instance $x$
    • For each attribute constraint $a_{i}$ in $h$:
      • If the constraint $a_{i}$ in $h$ is satisfied by $x$ Then do nothing
      • Else replace $a_{i}$ in $h$ by the next more general constraint that is satisfied by $x$
  3. Output hypothesis $h$

José M. Vidal .

7 of 31