-
Notifications
You must be signed in to change notification settings - Fork 1
/
outline2.txt
73 lines (67 loc) · 2.07 KB
/
outline2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
CptS 440/540
Exam II Outline
Fall 2014
Note: The following topics will be covered on the exam. The exam will be
closed-book and closed-notes. No computers, but you will need a
calculator.
Logic
- Knowledge-based agent
- Wumpus world
- Syntax, semantics, model, entailment, soundness, completeness
- Propositional logic
- Syntax and semantics
- Inference, validity, satisfiability
- Proof by refutation
- Logical equivalences
- Inference rules
- Clause
- Conversion to CNF
- Unit and full resolution
- PL-Resolution (known algorithm, soundness, completeness, time complexity)
- Frame problem and frame axiom
- First-order logic
- Syntax and semantics
- Properties of quantifiers
- Closed-world assumption
- Translate word problems to first-order logic
- Inference in first-order logic
- Unification
- Most general unifier
- Unify (know algorithm, time complexity)
- Conversion to CNF
- Propositionalization
- Generalized Modus Ponens
- Forward chaining (know algorithm, soundness, completeness)
- Backward chaining (know algorithm, soundness, completeness)
- Resolution
- Proof by refutation (know algorithm, soundness, completeness)
- Strategies for efficiency
- Unit preference, set of support, linear resolution, subsumption
- Answer literal
- Equality using paramodulation
Planning
- Nothing on planning
Uncertainty
- Rational agent maximizes expected utility
- Probability
- Axioms
- Unconditional (prior) or conditional (posterior)
- Random variable
- Distribution
- Probabilistic inference (execute all below)
- Using full joint probability distribution
- Normalization
- Independence and conditional independence
- Bayes rule
- Naive Bayes
Probabilistic Reasoning
- Bayesian networks
- Definition: nodes, links, conditional probability tables
- Construction
- Polytree
- Exact inference (execute)
- Approximate inference
- Direct sampling
- Rejection sampling
- Likelihood weighting
- Markov chain sampling