org.deeplearning4j.scalnet.layers

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. class Dense extends OutputLayer

    Fully connected neural net layer.

  2. trait Layer extends Node

    Trait for proper "layer" in DL4J neural networks and computational graphs.

  3. trait Node extends AnyRef

    Trait for node in DL4J neural networks and computational graphs.

  4. case class Output(isOutput: Boolean, lossFunction: LossFunction) extends Product with Serializable

    Trait for output layers in DL4J neural networks and computational graphs.

  5. trait OutputLayer extends Layer

    Extension of base layer, used to construct a DL4J OutputLayer after compilation.

  6. trait Preprocessor extends Node

    Trait for preprocessing layers in DL4J neural networks and computational graphs.

  7. trait WrapperLayer extends Layer

Value Members

  1. object Dense

Ungrouped