package plugins
- Alphabetic
- By Inheritance
- plugins
- AnyRef
- Any
- Hide All
- Show All
- 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
A plugin that enables all other DeepLearning.scala built-in plugins.
A plugin that enables all other DeepLearning.scala built-in plugins.
Author:
杨博 (Yang Bo)
- trait DoubleLiterals extends AnyRef
-
trait
DoubleTraining
extends Training
A DeepLearning.scala plugin that enables train method for neural networks whose loss is a scala.Double.
A DeepLearning.scala plugin that enables train method for neural networks whose loss is a scala.Double.
Author:
杨博 (Yang Bo)
-
trait
DoubleWeights
extends Weights
Author:
杨博 (Yang Bo)
- trait FloatLiterals extends AnyRef
-
trait
FloatTraining
extends Training
A DeepLearning.scala plugin that enables train method for neural networks whose loss is a scala.Float.
A DeepLearning.scala plugin that enables train method for neural networks whose loss is a scala.Float.
Author:
杨博 (Yang Bo)
-
trait
FloatWeights
extends Weights
Author:
杨博 (Yang Bo)
-
trait
ImplicitsSingleton
extends AnyRef
A plugin that creates the instance of implicits.
- trait Layers extends AnyRef
-
trait
Logging
extends Layers with Weights
A plugin that logs uncaught exceptions raised from Layer and Weight.
-
trait
Operators
extends AnyRef
A plugin of definitions of polymorphic operators.
A plugin of definitions of polymorphic operators.
Those functions are implemented in RawFloatLayers, RawDoubleLayers and RawINDArrayLayers.
Author:
杨博 (Yang Bo)
-
trait
Training
extends AnyRef
A DeepLearning.scala plugin that enables methods defined in DeepLearning.Ops for neural networks.
A DeepLearning.scala plugin that enables methods defined in DeepLearning.Ops for neural networks.
Author:
杨博 (Yang Bo)
-
trait
Weights
extends AnyRef
Author:
杨博 (Yang Bo)