Interface ActivationFunction

  • All Known Implementing Classes:
    Linear, Relu

    public interface ActivationFunction
    • Method Detail

      • activate

        double activate​(double x)
        Applies the activation function onto x and returns y
        Parameters:
        x - x
        Returns:
        y
      • getIdentifier

        java.lang.String getIdentifier()
        Future for resolving activations via functions
        Returns:
        the activation identifier