Midterm Test
Review Topics
Chapter 1:
- AI
definitions and Turing test
- AI
application areas
Chapter 2:
- Predicate/Proposition
logic
- Deductive
Inference – modus ponens
- Unification
and most general unifier: definition and process
Chapter 3:
- State space
and search
- Data-driven
and goal-driven search and implementation
- Backtrack
- Depth-first
and breadth-first search and implementation
- State
space representation of predicate/propositional calculus
- And/or
graphs
Chapter 4:
- Hill-climbing
search
- Best-first
search and implementation
- Heuristics
search
- Heuristic
functions
- A and
A* algorithms
- Admissibility,
monotonicity, and informedness
- Minimax procedure
- Alpha-beta
procedure
Chapter 5:
- Probability,
prior and post (conditional) probability
- Bayes’ theorem
Chapter 6:
- Recursion-based
search
- Pattern-driven
reasoning
- Production
systems: architecture, components, pros and cons
- Search
control in production systems: data-driven, goal-driven, rule structure,
conflict resolution
- Advantages
of production systems