Hiperparametre
The setting value that shapes the behavior of the model, which is not determined before the training and learned from the data.
The correct selection of hyperparameters affects model performance dramatically: a very high learning rate can lead to the model to make unstable swings during training and no close to a good solution, a very low learning rate training can slow unnecessary location or cause the model to jam at a local minimum. In order to find these values, systematic methods such as grid search (grid search), random search (random search) or Bayesian optimization are used; this process is usually carried out together with cross verification, making sure the selected hyperparameters are overall good results.

Member comments