Hyperparameter Optimization with Ray Tune

Поділитися
Вставка
  • Опубліковано 17 вер 2024
  • Hyperparameter optimization is a widely-used training process across the machine learning community. The objective of hyperparameter optimization (or tuning) is to find a single subset of parameters that lead to the highest model performance while training on a given dataset. This tech talk includes a demonstration of a basic hyperparameter search using two popular open-source tools, Ray Tune and MLflow tracking.
    For more resources, visit www.modzy.com/....
    Source code can be found here github.com/mod....
    #hyperparameter #ray #raytune

КОМЕНТАРІ • 4

  • @elifcerengok8274
    @elifcerengok8274 Рік тому

    Great tutorial! Do you share the code somewhere so we can go through of it? Thanks 🤖

  • @mohammedwoyeso8794
    @mohammedwoyeso8794 Рік тому

    ModuleNotFoundError: No module named 'ray.tune.suggest'

    • @bradleymunday9124
      @bradleymunday9124 Рік тому

      Any chance you could provide some more details?

    • @alanpina2193
      @alanpina2193 7 місяців тому

      Got the same error, were you able to correct it?