Mirror descent is an optimization algorithm that generalizes the gradient descent method. It is particularly useful in complex optimization problems, especially those involving convex functions and spaces that are not Euclidean. The underlying idea is to perform updates not directly in the original space but in a transformed space that reflects the geometry of the problem. ### Key Concepts 1.
Articles by others on the same topic
There are currently no matching articles.