exponentialLinearUnit: Exponential linear unit (ELU) function with unit derivatives.
Description
The function calculates the activation of the units and returns a list, in
which the first entry is the exponential linear activation of the units and
the second entry is the derivative of the transfer function.
A list with the ELU activation in the first entry and
the derivative of the activation in the second entry.
References
Clevert, Djork-Arne, Thomas Unterthiner, and Sepp Hochreiter
(2015). "Fast and Accurate Deep Network Learning by Exponential Linear Units
(ELUs)". In: CoRR abs/1511.07289. URL : http://arxiv.org/abs/1511.07289