Package

fr.iscpif.mgo.tools

neuralnetwork

Permalink

package neuralnetwork

Visibility
  1. Public
  2. All

Type Members

  1. trait Feedforward[S, W] extends AnyRef

    Permalink
  2. trait HeterogeneousActivationFunction[S, W] extends AnyRef

    Permalink
  3. trait HomogeneousActivationFunction[S, W] extends AnyRef

    Permalink
  4. trait NeuralNetwork[N, S, W] extends AnyRef

    Permalink

    N

    the type of data stored on each neurons

    S

    the neurons output type (state)

    W

    the weights type

  5. trait Recurrent[S, W] extends AnyRef

    Permalink

Value Members

  1. object ActivationFunction

    Permalink
  2. object ChangeFunction

    Permalink
  3. object NeuralNetwork

    Permalink

Ungrouped