package plugins

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Builtins extends ImplicitsSingleton with Layers with Weights with Logging with Operators with FloatTraining with FloatLiterals with FloatWeights with DoubleTraining with DoubleLiterals with DoubleWeights

    Author:

    杨博 (Yang Bo) <[email protected]>

  2. trait DoubleLiterals extends AnyRef
  3. trait DoubleTraining extends Training

    A DeepLearning.scala plugin that enable train method for neural networks whose loss is a scala.Double.

    A DeepLearning.scala plugin that enable train method for neural networks whose loss is a scala.Double.

    Author:

    杨博 (Yang Bo) <[email protected]>

  4. trait DoubleWeights extends Weights

    Author:

    杨博 (Yang Bo) <[email protected]>

  5. trait FloatLiterals extends AnyRef
  6. trait FloatTraining extends Training

    A DeepLearning.scala plugin that enable train method for neural networks whose loss is a scala.Float.

    A DeepLearning.scala plugin that enable train method for neural networks whose loss is a scala.Float.

    Author:

    杨博 (Yang Bo) <[email protected]>

  7. trait FloatWeights extends Weights

    Author:

    杨博 (Yang Bo) <[email protected]>

  8. trait ImplicitsSingleton extends AnyRef
  9. trait Layers extends AnyRef
  10. trait Logging extends Layers with Weights

    Author:

    杨博 (Yang Bo) <[email protected]>

  11. trait Operators extends AnyRef

    A namespace of definitions of polymorphic operators.

    A namespace of definitions of polymorphic operators.

    Those functions are implemented in RawFloatLayers, RawDoubleLayers and RawINDArrayLayers.

    Author:

    杨博 (Yang Bo) <[email protected]>

  12. trait Training extends AnyRef

    A DeepLearning.scala plugin that enable methods defined in DeepLearning.Ops for neural networks.

    A DeepLearning.scala plugin that enable methods defined in DeepLearning.Ops for neural networks.

    Author:

    杨博 (Yang Bo) <[email protected]>

  13. trait Weights extends AnyRef

    Author:

    杨博 (Yang Bo) <[email protected]>

Value Members

  1. object Logging
  2. object Operators
  3. object logs

Ungrouped