Slide 5
Slide 5 text
Introduction: Why ML Strategy ?
Question: What should we do to improve performance?
Several options to try
• Collect more data.
• Increase number of iterations with SGD or try dierent optimization
algorithms (Adam etc).
• Increase model complexity.
• Use regularization (dropout, L2, or L1)
• Change network architecture (hidden units, activation function)
4