About 68,900 results
Open links in new tab
  1. Hyperparameter (machine learning) - Wikipedia

    Hyperparameter (machine learning) In machine learning, a hyperparameter is a parameter that can be set in order to define any configurable part of a model 's learning process.

  2. Hyperparameter Tuning - GeeksforGeeks

    2 days ago · Hyperparameter tuning is the process of selecting the optimal values for a machine learning model's hyperparameters. These are typically set before the actual training process begins …

  3. What Are Hyperparameters? Types and Tuning Techniques - Coursera

    May 1, 2026 · Hyperparameter tuning techniques You can choose between various established techniques to find the best set of hyperparameters. Four of the most common ones include the …

  4. Parameters and Hyperparameters in Machine Learning and Deep …

    Dec 30, 2020 · As a machine learning engineer designing a model, you choose and set hyperparameter values that your learning algorithm will use before the training of the model even begins. In this light, …

  5. What is a Hyperparameter? - Stanford HAI

    A Hyperparameter is a parameter whose value is set before the learning process of a machine learning model begins. Unlike model parameters, which are learned automatically during training, …

  6. Hyperparameters in Machine Learning Explained

    Nov 29, 2024 · Learn what hyperparameters are in machine learning, why they matter, and how to tune them using popular optimization techniques.

  7. Hyperparameter optimization - Wikipedia

    Hyperparameter optimization In machine learning, hyperparameter optimization[1] or tuning is the problem of choosing a set of optimal hyperparameters for a learning algorithm. A hyperparameter is …

  8. Linear regression: Hyperparameters | Machine Learning | Google for ...

    Dec 3, 2025 · Learn how to tune the values of several hyperparameters—learning rate, batch size, and number of epochs—to optimize model training using gradient descent.

  9. Optuna - A hyperparameter optimization framework

    Optuna is an automatic hyperparameter optimization software framework, particularly designed for machine learning. It features an imperative, define-by-run style user API.

  10. A Comprehensive Guide to Hyperparameter Tuning in Machine Learning

    Hyperparameter tuning is one of the most crucial steps in building high-performing machine learning models. Unlike model parameters, which are learned from the data, hyperparameters control how a ...