Package | Description |
---|---|
org.deeplearning4j.nn.layers.convolution |
Modifier and Type | Class and Description |
---|---|
class |
Convolution1DLayer
1D (temporal) convolutional layer.
|
class |
Convolution3DLayer
3D convolution layer implementation.
|
class |
Deconvolution2DLayer
2D deconvolution layer implementation.
|
class |
DepthwiseConvolution2DLayer
2D depth-wise convolution layer configuration.
|
class |
SeparableConvolution2DLayer
2D Separable convolution layer implementation
Separable convolutions split a regular convolution operation into two
simpler operations, which are usually computationally more efficient.
|
Copyright © 2018. All rights reserved.