Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Class and Description |
---|---|
static class |
ConvolutionLayer.BaseConvBuilder<T extends ConvolutionLayer.BaseConvBuilder<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
Convolution1DLayer.Builder |
static class |
Convolution3D.Builder |
static class |
ConvolutionLayer.Builder |
static class |
Deconvolution2D.Builder |
static class |
Deconvolution3D.Builder |
static class |
DepthwiseConvolution2D.Builder |
static class |
SeparableConvolution2D.Builder |
Constructor and Description |
---|
ConvolutionLayer(ConvolutionLayer.BaseConvBuilder<?> builder)
ConvolutionLayer nIn in the input layer is the number of channels nOut is the number of filters to be used in the
net or in other words the channels The builder specifies the filter/kernel size, the stride and padding The
pooling layer takes the kernel size
|
Deconvolution2D(ConvolutionLayer.BaseConvBuilder<?> builder)
Deconvolution2D layer nIn in the input layer is the number of channels nOut is the number of filters to be used
in the net or in other words the channels The builder specifies the filter/kernel size, the stride and padding
The pooling layer takes the kernel size
|
Copyright © 2021. All rights reserved.