1 / 5

Final Exam Review

Final Exam Review. CS 171/271. Coverage. Problem Solving and Searching Chapters 3,4,6 Logic Chapters 7,8,9 LISP Only those sections covered in the slides. Emphasis on Algorithms. Given sample problems, environments, inputs Carry out an algorithm/determine the corresponding output

sasha
Download Presentation

Final Exam Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Final Exam Review CS 171/271

  2. Coverage • Problem Solving and Searching • Chapters 3,4,6 • Logic • Chapters 7,8,9 • LISP • Only those sections covered in the slides

  3. Emphasis on Algorithms • Given sample problems, environments, inputs • Carry out an algorithm/determine the corresponding output • Rough breakdown • 70% of questions on carrying out algorithms • 15% on LISP programming • 15% on other question types(true-false, identification, writing logical sentences)

  4. Algorithms on Searching • Not so much on Chapter 3 • BFS, UCS, DFS, Iterative Deepening DFS (recognize as simple cases of other algorithms) • Heuristics • Greedy Best-First Search • A* search • Hill-Climbing • MiniMax, alpha-beta pruning

  5. Logical Inference Algorithms • Inference by enumeration (for Propositional Logic) • Propositionalization (for FOL) • Unification • Resolution (PL & FOL) • Forward Chaining (PL &FOL) • No algorithm questions on backward ch • Conversion to CNF

More Related