2017

Be Careful What You Backpropagate: A Case For Linear Output Activations & Gradient Boosting

Oland, Anders, Bansal, Aayush, Dannenberg, Roger B. et al.

Understand

In this work, we show that saturating output activation functions, such as the softmax, impede learning on a number of standard classification tasks.

  • Moreover, we present results showing that the utility of softmax does not stem from the normalization, as some have speculated.
  • In fact, the normalization makes things worse.
  • Rather, the advantage is in the exponentiation of error gradients.

Reading the bibliography…