Week 12 - AutoML Flashcards

1
Q

What is autoML

A

Automated Machine Learning (AutoML) is the process of automating the end-to-end process of applying machine learning to real-world problems, including data preprocessing, feature selection, model selection, and hyperparameter tuning, to make ML accessible and efficient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the benefits of grid search

A

+ very simple approach +
+ can be used to study the problem +
- does not scale to high dimentions -
- grid needs to be defined -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the advantages and disdvantage of random search

A

Not data efficient
computationally expensive

Even more simple
easily parallelizable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the advantages and disadvantages of bayesian optimization

A

not easily to parallelize

Data efficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 steps in Beyesian Optimisation

A
  1. Fit a probabilistic model on observations
  2. Compute acquisition function to find promising points
  3. Evaluate next point
  4. Repeat
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

give 3 acquisition functions

A
  • expected improvement
  • upper condidence bound
  • Entropy search
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly