Activation.standardFunction constructor

Activation.standardFunction()

Implementation

factory Activation.standardFunction() {
  return Tanh();
}