Algorithms for Decision Making — Study Skeleton
Reference source for study planning:
This is a skeleton only for topics and sequencing.
Topic map
- Probability foundations
- Utility and decision theory
- Dynamic programming
- Markov decision processes
- Planning under uncertainty
- Approximate inference and optimization
Suggested progression
flowchart LR A[Probability] --> B[Decision Theory] B --> C[Dynamic Programming] C --> D[MDPs] D --> E[Planning Under Uncertainty] E --> F[Approximate Methods]
Core equation placeholders
Bellman-style recursion template:
Bayesian update template:
Next iterations
- Fill one worked example per topic.
- Add one coding notebook or script per section.
- Connect each concept to one real decision problem.