Hyperparameters

hyperparameters are parameters that can’t be learned by Machine Learning model and need to be tuned by the user before the training process.

Hyperparameter Tuning

Hyperparameter Tuning is the process of finding the optimal hyperparameters for machine learning algorithms.

  • Hyperparameter Tuning Techniques:
    • Cross-Validation
    • Grid search
    • Random search
    • Bayesian optimization