InterviewSolution
Saved Bookmarks
| 1. |
What need to be satisfied in inductive logic programming?(a) Constraint(b) Entailment constraint(c) Both Constraint & Entailment constraint(d) None of the mentionedThe question was asked by my college professor while I was bunking the class.Query is from Inductive logic programming topic in division Learning of Artificial Intelligence |
|
Answer» RIGHT answer is (b) ENTAILMENT CONSTRAINT Easiest explanation: The objective of an ILP is to come up with a set of sentences for the HYPOTHESIS such that the entailment constraint is SATISFIED. |
|