Viewing profile — oteytaud
oteytaud
HN member- Joined
- Thu, Dec 20, 2018, 8:24 PM UTC
- HN karma
- 24
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About oteytaud
No profile information was provided.
Recent public activity
-
comment
Comment #18741020
... incidentally Hyperopt has the advantage of considering conditional domains; we might either do the same or combine Nevergrad with Hyperopt...
-
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…
-
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…
-
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…
-
comment
Comment #18731407
GA stands for genetic algorithms.
-
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 …
-
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…
-
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…
-
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…
-
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…