Optimization Considerations Flashcards

(11 cards)

1
Q

What does optimization focus on?

A

iteratively improving model performance by adjusting parameters and hyperparameters to minimize a loss function or maximize a desired objective, leading to more accurate and efficient models

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

What is hyperparameter tuning?

A

Adjusting parameters that control the learning process (learning rate, number of layers or trees, regularization strength)

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

What is feature selection

A

Identifying the most relevant features to improve model performance and reduce complexity

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

What is model selection

A

Choosing the appropriate machine learning algorithm for your problem and data

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

What is regularization

A

Techniques to prevent overfitting

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

What are ensemble methods?

A

Combining multiple models to improve performance and robustness

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

What are the Optimization Algorithms

A

Gradient Descent
Stochastic Gradient Descent
Adam
Bayesian Optimization

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

What is gradient descent?

A

A fundamental algorithm for minimizing loss functions by iteratively adjusting parameters in the direction of the negative gradient

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

What is Stochastic Gradient Descent?

A

A variation of gradient descent that uses small batches of data for faster training

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

What is Adam?

A

An adaptive optimization algorithm that combines momentum and RMSprop for efficient training

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

What is Bayesian Optimization?

A

A probabilistic approach to finding optimal hyperparameters by building a model of the objective function

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