dyweb / papers-notebook

:page_facing_up: :cn: :page_with_curl: 论文阅读笔记(分布式系统、虚拟化、机器学习)Papers Notebook (Distributed System, Virtualization, Machine Learning)
https://github.com/dyweb/papers-notebook/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+-label%3ATODO-%E6%9C%AA%E8%AF%BB
Apache License 2.0
2.12k stars 244 forks source link

Massively Parallel Hyperparameter Tuning #145

Open gaocegege opened 5 years ago

gaocegege commented 5 years ago

https://arxiv.org/abs/1810.05934

看上去是目前为止世界最强 HPT 算法?

gaocegege commented 5 years ago

这篇文章改进了之前的 Successive Halving (SHA)

image

改进后为

image

gaocegege commented 5 years ago

正在向文章作者讨要开源代码,之后在 katib 上实现后比较一下。