7: Past paper stuff Flashcards
Why is the A* search algorithm the following:
a) optimal?
b) complete?
c) optimally efficient?
d) focused?
???
What is the minimax search algorithm? Which parts of it are informed and uninformed?
???
What is backprop? What does it do?
???
What are hyperplanes?
???
How do you calculate weight changes?
???
How do you calculate weight changes for hidden units in neural networks?
???
What are convolutional neural networks?
???
What is Bayes’ rule?
???
What is a causal probability?
???
What is a diagnostic probability?
???
How do you convert from a causal to a diagnostic probability uisng Bayes’ rule?
???
What are FOPL semantics?
???
What is entailment?
???
What is a perfect information game?
???
What is a 2-player perfect information game?
???
What is an endgame database?
???
How do you construct an endgame database?
???
How can you use statements to prove that certain entailments are true?
???
What are complete and incomplete search methods?
???
What is the WalkSAT search algorithm?
???
How does the WalkSAT search algorithm work?
???
What is a probability space?
???
What are joint probability distributions?
???
How do you deduce probabilities from joint probability distributions? What method does it use?
???
How do you find the number of node iterations needed for each search algorithm to solve a certain problem?
???
What is Manhattan distance?
???
What is NYC cab distance?
???
How do you manually write out A* search algorithm trees for a certain problem?
???
How do you manually write out greedy search algorithm trees for a certain problem?
???
How do you manually write out Uniform-cost search algorithm trees for a certain problem?
???
How do you manually write out depth-first algorithm trees for a certain problem?
???
What does it mean for a heuristic to be admissible? How does this apply to the A* search algorithm?
???
What are binary game search trees?
???
What is the alpha-beta search algorithm?
???