Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Class and Description |
---|---|
protected static class |
ConvolutionLayer.BaseConvBuilder<T extends ConvolutionLayer.BaseConvBuilder<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
Convolution1DLayer.Builder |
static class |
ConvolutionLayer.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 depth
The builder specifies the filter/kernel size, the stride and padding
The pooling layer takes the kernel size
|
Copyright © 2017. All rights reserved.