Package

au.id.cxd.math.model.network

activation

Permalink

package activation

Visibility
  1. Public
  2. All

Type Members

  1. trait Activation extends AnyRef

    Permalink
  2. class Identity extends Activation

    Permalink
  3. case class LeakyRelu() extends Activation with Product with Serializable

    Permalink
  4. case class Linear() extends Identity with Product with Serializable

    Permalink
  5. case class Relu() extends Activation with Product with Serializable

    Permalink

    Relu is simply max {0, x}

  6. case class Sigmoid(slope: Double = 1.0, temperature: Double = 1.0) extends Activation with Product with Serializable

    Permalink

    sigmoid function with slope and temperature parameters defaulting to 1.

  7. case class Softmax() extends Activation with Product with Serializable

    Permalink
  8. case class Tanh() extends Activation with Product with Serializable

    Permalink

Value Members

  1. object Identity

    Permalink

Ungrouped