Algorithm Design Paradigms (Greedy, Dynamic Programming) in ML
Was this section helpful?
Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - A foundational textbook that rigorously covers algorithm design paradigms, including greedy algorithms and dynamic programming, with comprehensive theoretical analysis and examples.
Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - The seminal work in reinforcement learning, explaining the role of dynamic programming in fundamental algorithms like Value Iteration and Policy Iteration for optimal control.