Concept

Designing Models to Aid Optimization

The best strategy to improve optimization is by designing models that are easier to optimize. For example, linear paths or skip connections between layers reduce the length of the shortest path from the lower layer’s parameters to the output, and thus mitigate the vanishing gradient problem. Model innovations like the LSTM, rectified linear units and maxout units have all moved toward using linear functions to improve optimization.

0

0

Updated 2021-06-24

Tags

Data Science