Unit5 - Subjective Questions

CSE275 • Practice Questions with Detailed Answers

1

Define what hyperparameters are in the context of machine learning and explain their significance in model training and performance.

2

List and briefly describe at least four common techniques used for hyperparameter optimization.

3

Explain why hyperparameter optimization is a crucial step in the machine learning workflow.

4

Describe the Grid Search algorithm for hyperparameter optimization, including its operational mechanism and output.

5

Discuss the primary limitations of using Grid Search for hyperparameter optimization.

6

Explain Random Search and how it addresses some limitations of Grid Search.

7

Compare and contrast Grid Search and Random Search, highlighting their strengths, weaknesses, and typical use cases.

8

Under what circumstances would Random Search be preferred over Grid Search?

9

Explain the basic principles of Evolutionary Algorithms in the context of hyperparameter tuning.

10

Describe the general steps involved in using an Evolutionary Algorithm for hyperparameter optimization.

11

Introduce Bayesian Optimization as a hyperparameter tuning technique, explaining its core idea and what distinguishes it from simpler methods like Grid Search or Random Search.

12

What are the two main components of Bayesian Optimization? Explain each conceptually.

13

How does Bayesian Optimization generally outperform Grid Search and Random Search for expensive objective functions?

14

Why is hyperparameter optimization particularly challenging for ensemble learning methods?

15

Describe some strategies for optimizing hyperparameters in ensemble learning.

16

What is Automated Machine Learning (AutoML)?

17

Discuss the primary goals and major benefits that Automated Machine Learning (AutoML) brings to the field of machine learning.

18

Explain the different components or sub-problems that AutoML typically addresses.

19

How does AutoML leverage hyperparameter optimization techniques?

20

Briefly discuss the potential challenges and future directions of AutoML.