Optuna: A Define by Run Hyperparameter Optimization Framework | SciPy 2019 |

Поділитися
Вставка
  • Опубліковано 10 лип 2019
  • In this talk, we introduce Optuna, a next-generation hyperparameter optimization framework with new design-criteria: (1) define-by-run API that allows users to concisely construct dynamic, nested, or conditional search spaces, (2) efficient implementation of both sampling and early stopping strategies, and (3) easy-to-setup, versatile architecture that can be deployed for various purposes, ranging from scalable distributed computing to lightweight experiment conducted in a local laptop machine. Our software is available under the MIT license (github.com/pfnet/optuna/)
    See the full SciPy 2019 playlist at • SciPy 2019: Scientific...
    Connect with us!
    *****************
    / enthought
    / enthought
    / enthought
  • Наука та технологія

КОМЕНТАРІ • 7

  • @user-ci7lf8pr1t
    @user-ci7lf8pr1t 11 місяців тому +1

    Very useful library. Awesome.

  • @Eriddoch
    @Eriddoch 2 роки тому +2

    Awesome library, and *fantastic* presentation! So many cool things that this does!

  • @ihgnmah
    @ihgnmah 3 роки тому +1

    Cool library! Just added in my toolkits.

  • @shandou5276
    @shandou5276 2 роки тому +1

    What tool is being used to make this slide show that can run codes in the terminal?

  • @corneliusemde8371
    @corneliusemde8371 2 роки тому

    is there a way to simply launch all these in one go? automatically launch 16 shells giving them each one of 8 GPUs s.t. i am automatically training with 2 processes per GPU?

  • @bhishanpoudel8707
    @bhishanpoudel8707 5 років тому

    The given code gives some deprecation warnings `Function fetch_mldata is deprecated;`

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

    Hello there ;P