hyperband:使用Hyperband快速调整超参数 源码
超带宽 改编自使用Hyperband调整超参数的代码。 defs/ - functions and search space definitions for various classifiers defs_regression/ - the same for regression models common_defs.py - imports and definitions shared by defs files hyperband.py - from hyperband import Hyperband load_data.py - classification defs import data from this file load_data_regression.py - regression defs import data from this file main.py - a complete example for classification main_regression.py - the same, for regression main_simple.py -
文件列表
hyperband-master.zip
(预估有个40文件)
hyperband-master
main.py
1KB
common_defs.py
2KB
data
kin8nm
validation.csv
80KB
train.csv
635KB
test.csv
81KB
hyperband.py
3KB
load_data_for_regression.py
556B
暂无评论