package plugins
- Alphabetic
- Public
- All
Type Members
-
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]>
- trait DoubleLiterals extends AnyRef
-
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]>
-
trait
DoubleWeights
extends Weights
Author:
杨博 (Yang Bo) <[email protected]>
- trait FloatLiterals extends AnyRef
-
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]>
-
trait
FloatWeights
extends Weights
Author:
杨博 (Yang Bo) <[email protected]>
- trait ImplicitsSingleton extends AnyRef
- trait Layers extends AnyRef
-
trait
Logging
extends Layers with Weights
Author:
杨博 (Yang Bo) <[email protected]>
-
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]>
-
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]>
-
trait
Weights
extends AnyRef
Author:
杨博 (Yang Bo) <[email protected]>