optimization
- Dynamic Programming
An optimization technique that solves problems by combining solutions to overlapping subproblems and storing intermediate results to avoid recomputation. - Gradient Descent
The iterative optimization algorithm at the heart of training machine learning models: how it works, its variants, and its pitfalls.