Paramaters and Hyperparameters Flashcards

1
Q

What is a model parameter?

A

Variables internal to the neural network. Values can be estimated right from the data.

Values define the skill of the model and are not set manually

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

Model parameters are required by the models to make predictions - true or false?

A

True

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

Are model parameters saved as part of the learned model?

A

Yes

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

What are some examples of model parameters?

A

Weights and Biases

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

What are model hyperparameters

A

configurations external to the neural network - values cannot be estimated right from the data

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

If you have to manually specify a parameter, it is a standard parameter or a hyperparameter?

A

hyperparameter

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

When a deep learning algo is being tuned, what are you really tuning?

A

the hyperparameter - examples would include grid search or random search

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

If there is no clear-cut way to find the best value in a hyperparameter, what are some of the approaches for doing so?

A

Rules of thumb, copy values used in other problems, or search for the best value by trial and error

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

What is the difference between model parameters and model hyperparameters?

A

model parameters can be estimated from the data while hyperparameters cannot

Model hyperparameteres are often referred to as parameteres because they are the parts of the machine learning that must be manually set and tuned

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