Package

org.deeplearning4j.scalnet

layers

Permalink

package layers

Visibility
  1. Public
  2. All

Type Members

  1. class Dense extends Node with Layer with Output

    Permalink

    Fully connected neural net layer.

  2. class DenseOutput extends Dense

    Permalink

    Fully connected output neural net layer.

  3. trait Layer extends AnyRef

    Permalink

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

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

  4. trait Node extends AnyRef

    Permalink

    Trait for node in DL4J neural networks and computational graphs.

    Trait for node in DL4J neural networks and computational graphs. Nodes are assumed to have inputs and ouputs with "shapes."

  5. trait Output extends AnyRef

    Permalink

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

  6. trait Preprocessor extends AnyRef

    Permalink

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

    Trait for preprocessing layers in DL4J neural networks and computational graphs. Compiles out to DL4J InputPreProcessor.

Value Members

  1. package convolutional

    Permalink
  2. package pooling

    Permalink
  3. package reshaping

    Permalink

Ungrouped