ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 82 - Professional Data Engineer discussion

Report
Export

Which of the following are examples of hyperparameters? (Select 2 answers.)

A.
Number of hidden layers
Answers
A.
Number of hidden layers
B.
Number of nodes in each hidden layer
Answers
B.
Number of nodes in each hidden layer
C.
Biases
Answers
C.
Biases
D.
Weights
Answers
D.
Weights
Suggested answer: A, B

Explanation:

If model parameters are variables that get adjusted by training with existing data, your hyperparameters are the variables about the training process itself. For example, part of setting up a deep neural network is deciding how many "hidden" layers of nodes to use between the input layer and the output layer, as well as how many nodes each layer should use. These variables are not directly related to the training data at all. They are configuration variables. Another difference is that parameters change during a training job, while the hyperparameters are usually constant during a job.

Weights and biases are variables that get adjusted during the training process, so they are not hyperparameters.

Reference: https://cloud.google.com/ml-engine/docs/hyperparameter-tuning-overview

asked 18/09/2024
Ryan John Ricafranca
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first