Live data from Hacker News

Viewing profile — oteytaud

oteytaud

HN member
Joined
Thu, Dec 20, 2018, 8:24 PM UTC
HN karma
24
Public activity
10 items

About oteytaud

No profile information was provided.

Recent public activity

  1. comment
    Comment #18741020

    ... incidentally Hyperopt has the advantage of considering conditional domains; we might either do the same or combine Nevergrad with Hyperopt...

  2. comment
    Comment #18734184

    For property-based testing I would say yes, with an objective function equal to the margin by which the properties are satisfied. Program synthesis only in some particular cases, l…

  3. comment
    Comment #18733358

    For small numbers of hyperparameters, sometimes just random search is enough. This is not an absolute rule, sometimes with just 4 parameters random search miserably fails... just m…

  4. comment
    Comment #18731412

    Sure GA can be great for weights as well - but mainly when gradient is unreliable. I would not use Nevergrad for training the weights of a convolutional network for image classific…

  5. comment
    Comment #18731407

    GA stands for genetic algorithms.

  6. comment
    Comment #18731406

    We have not yet released examples of interfaces with Pytorch. Maybe with moderate number of hyperparameters the benefit compared to random search will be moderate, whereas it will …

  7. comment
    Comment #18728822

    We have a wide range of experiments on plenty of objective functions in games, reinforcement learning, in real world design and machine learning hyperparameter tuning - these repor…

  8. comment
    Comment #18728818

    To the best of my knowledge, Hyperopt is limited to random search and Parzen variants. We have more algorithms, and include test functions, deal with noise. On the other hand, in H…

  9. comment
    Comment #18728812

    To the best of my knowledge, Hyperopt is limited to random search and Parzen variants. We have more algorithms, and include test functions, deal with noise. On the other hand, in H…

  10. comment
    Comment #18728784

    It's black-box optimization. This means that we just have an objective function, without access to derivatives or whatever other information. This is not relevant for training weig…