作业答案参考:
1、https://blog.csdn.net/li_k_y/article/month/2019/02
2、https://blog.csdn.net/xieyi4650/category_6498212.html
3、https://www.cnblogs.com/daihengchen/p/5765142.html
4、https://www.cnblogs.com/wangxiu/p/5689764.html
5、https://www.jianshu.com/p/5457fd12d0b8
问题:
1、unexpected indent错误:IndentationError: unexpected indent,因为没有对齐
2、KeyError:dict的key不存在,会报这个错误
3、调参顺序:
第一梯队:
- learning rate α
第二梯队:
- hidden units
- mini-batch size
- momentum β
第三梯队:
- number of layers
- learning rate decay
- other optimizer hyperparameters
简化为:
1) learning_rate
2) reg, learning_rate_decay, model_size