本文是深度之眼NNI (Neural Network Intelligent)课程笔记。
NNI 介绍
调参方法:穷举法,TPE 调参方法,ppo tuner 强化学习
特征工程:找到特征的组合
NNI 使用方法
定制搜索空间:
启动 NNI
生成超参(Tuner)
评估结果(Assessor)
执行试验:
create a new experiment with specified port 8088 and debug mode
nnictl create --config nni/examples/trials/mnist-tfv1/config.yml --port 8088 --debug
其他 nnictl方法: https://nni.readthedocs.io/en/latest/Tutorial/Nnictl.html#create
分析结果:
-
Step 1: Define search space (用先验知识)