InterviewSolution
Saved Bookmarks
| 1. |
How many literals are available in top-down inductive learning methods?(a) 1(b) 2(c) 3(d) 4I got this question during an online exam.The question is from Inductive logic programming in section Learning of Artificial Intelligence |
|
Answer» CORRECT answer is (C) 3 Easy explanation: The three LITERALS are available in top-down inductive learning methods are predicates, equality and INEQUALITY and arithmetic literals. |
|