What is a hyperparameter in machine learning?
Experience Level: Junior
Tags: Machine learning
Answer
A hyperparameter is a parameter that is set before training a machine learning model and cannot be learned from the data. Hyperparameters control the behavior and performance of the model, such as the learning rate, regularization strength, or the number of hidden layers in a neural network. Hyperparameters are usually set by trial and error, or by using automated techniques such as grid search or Bayesian optimization.
Related Machine learning job interview questions
What is batch normalization in deep learning?
Machine learning JuniorWhat is a kernel in machine learning?
Machine learning JuniorWhat is backpropagation?
Machine learning JuniorWhat is transfer learning?
Machine learning JuniorWhat is the difference between classification and regression?
Machine learning Junior