6.induction As Inverted Deduction
6.induction As Inverted Deduction
Negatives:
Doesn’t allow for noisy data. Consider
(<xi,f(xi)> D) B h xi |– f(xi)
First order logic gives a huge hypothesis space H
◦ overfitting…
◦ intractability of calculating all acceptable h’s
Induction as Inverted
Deduction
“pairs of people, <u,v> such that child of u is v,”
f(xi) : Child(Bob,Sharon)
xi : Male(Bob),Female(Sharon),Father(Sharon,Bob)
B : Parent(u,v) Father(u,v)
C: PassExam ¬Study
Inverted Resolution
(Propositional)
1. Given initial clauses C1 and C, find a literal L that occurs in clause C1,
but not in clause C.
C2 = (C - (C1 - {L})) {¬ L}
Induction As Inverted Deduction (1)
Induction is Finding h such that