Rule-based AI Flashcards
Fill in the blank: Rule-based AI makes inferences through __________.
logic-based rules
What are some logical operators?
NOT, AND, OR, etc, IF/ELSE, Loops, etc
What are logic-based rules necessary for?
search methods, problem solving algorithms, knowledge processing
True or false: ANN do not use logic-based rules?
false
What is logic?
the study of the correct principles of reasoning
What is another definition for logic?
array of rules or sentences
What is logic a fundamental aspect of?
problem-solving and critical thinking
What are two types of logical operations?
propositional logic and predicate logic
What is propositional logic?
rules that determine the truth/falseness of the whole statement (and, or, xor etc)
What is predicate logic?
true or false rules by dividing statements into subjects and predicates (arithmetic operators, relational operators)
What is the symbol for negation?
~ for example: ~p (not p)
What is a disjunction?
logical OR
What is the symbol for a disjunction?
V for example: pVq (p or q)
What is a conjunction?
logical AND
What is the symbol for a conjunction?
^ for example: p^q (p and q)
What is an implication?
a conditional operator read as ‘if p, then q’ (p->q)
What does predicate logic express?
knowledge in a logical manor, and relationships between objects
What is inference?
the process of solving unknown facts based on known facts or propositions
What are the three types of reasoning?
induction, deduction, and analogy
What is another word for induction?
generalization
What is induction?
drawing general conclusions from individual facts
What is induction used for?
to discover and expand new knowledge or theories
What is another word for deduction?
specialization
What is deduction?
a method of reasoning that draws a different conclusion from premises
Which type of reasoning is the most widely used method?
deduction
What is an advantage and a disadvantage of deduction?
logical consistency (it is a fact) but lack of expansionability
What is the most important basis for drawing a conclusion in deduction?
the first major premise
What is analogy?
a method of inferring that because one phenomenon is similar in two objects, another phenomenon will also be similar
What is reasoning?
symbolically representing human thought