Paramaters and Hyperparameters Flashcards
What is a model parameter?
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
Model parameters are required by the models to make predictions - true or false?
True
Are model parameters saved as part of the learned model?
Yes
What are some examples of model parameters?
Weights and Biases
What are model hyperparameters
configurations external to the neural network - values cannot be estimated right from the data
If you have to manually specify a parameter, it is a standard parameter or a hyperparameter?
hyperparameter
When a deep learning algo is being tuned, what are you really tuning?
the hyperparameter - examples would include grid search or random search
If there is no clear-cut way to find the best value in a hyperparameter, what are some of the approaches for doing so?
Rules of thumb, copy values used in other problems, or search for the best value by trial and error
What is the difference between model parameters and model hyperparameters?
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