Package

org.deeplearning4j.scalnet.layers

convolutional

Permalink

package convolutional

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Convolution extends Node

    Permalink

    Base class for convolutional layers.

  2. class Convolution2D extends Convolution with Layer

    Permalink

    2D convolution for structured image-like inputs.

    2D convolution for structured image-like inputs. Input should have three dimensions: height (number of rows), width (number of columns), and number of channels. Convolution is over height and width.

Ungrouped