InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by hyperparameters in the context of deep learning? |
|
Answer» Hyperparameters are variables that determine the network topology (for example, the number of hidden units) and how the network is trained (Eg: Learning RATE). They are SET before training the MODEL, that is, before optimizing the weights and the bias. Following are some of the examples of hyperparameters:-
|
|