Questions: Convex Optimization Fundamentals

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

A function f is convex if f(lambda*x + (1-lambda)*y) <= lambda*f(x) + (1-lambda)*f(y) for all x, y and lambda in [0,1]. What does this condition say geometrically?

AThe function's graph curves downward like a dome
BThe line segment connecting any two points on the function's graph lies on or above the graph — the function 'bowls upward' everywhere
CThe function has exactly one minimum and no maximum
DThe function's gradient is always positive
Question 2 True / False

The sum of two convex functions is always convex, but the product of two convex functions is not necessarily convex.

TTrue
FFalse
Question 3 True / False

Strong duality (the primal and dual optimal values are equal) always holds for convex optimization problems.

TTrue
FFalse
Question 4 Short Answer

Explain why the distinction between convex and non-convex optimization is the central divide in ML optimization theory, and what guarantees convexity provides.

Think about your answer, then reveal below.