
Ultimate access to all questions.
Which of the following statements best describe the difference between hyperparameters and model parameters?
A
Hyperparameters are learned from data during training, while model parameters are fixed before training
B
Hyperparameters are fixed before training, while model parameters are learned from data during training
C
Hyperparameters are fixed before training, while model parameters are learned from data during testing
D
Hyperparameters are used to make predictions, while model parameters are used to specify the structure of the model
Explanation:
Correct Answer: B
Hyperparameters and model parameters are fundamental concepts in machine learning with distinct roles:
This distinction is crucial for effective machine learning model development and optimization.