Home > Machine Learning 101 > Quizzes > Machine Learning: Optimization Questions
Machine Learning: Optimization Questions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 56% Most missed: “A set S (say in the plane) is convex if for any x, y ∈ S, the line segment with …”

Optimization is the process where you train the model iteratively that results in a maximum and minimum function evaluation. Optimization is the problem of finding a set of inputs to an objective function that results in a maximum or minimum function evaluation. Optimization helps you get better results.

Machine Learning: Optimization Questions
Time left 00:00
25 Questions

1. HJB equation

2. What is relaxation in an optimization context?

3. ε vs α plane, where _________

4. Bayesian optimization essential philosophy is to _________________.

5. Trust region

6. The Newton method solves the slowness problem by ______________.

7. variables

8. The error rate of a binary classifier under zero-one loss, the objective is typically a _____________ of the parameters of a classifier and is thus ______ to optimize.

9. The point θx + (1 − θ)y is called

10. partial derivatives

11. What is the generalization of Newton’s method to this multidimensional setting?

12. is the

13. basic feasible solution

14. In optimization, the function F(x) is also called the

15. Name 2 continuous constrained optimization methods

16. Convexity is more general than ________.

17. Why is this a convex function?

18. Second order methods, like the _____, are designed to rapidly descend plateaus surrounding local minima by _______________ by the ____________.

19. What are the 2 key ingredients of Bayesian optimization?

20. control variables

21. Newton's method requires the ________ in order to search for zeros.

22. Name a guarantee of convex optimization problems:

23. Newton's method requires the _________ for finding extrema.

24. What is plain English definition of Jensen's inequality?

25. simplex algorithm