作者:Jason Brownlee
来源:http://machinelearningmastery.com/
原文链接:How To Improve Deep Learning Performance
[1] Improve Performance With Data.
- Get More Data.
- Invent More Data.
- Rescale Your Data.
- Transform Your Data.
- Feature Selection.
[2] Improve Performance With Algorithms.
- Spot-Check Algorithms.
- Steal From Literature.
- Resampling Methods.
[3] Improve Performance With Algorithm Tuning.
- Diagnostics.
- Weight Initialization.
- Learning Rate.
- Activation Functions.
- Network Topology.
- Batches and Epochs.
- Regularization.
- Optimization and Loss.
- Early Stopping.
[4] Improve Performance With Ensembles.
- Combine Models.
- Combine Views.
- Stacking.