Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Class and Description |
---|---|
class |
Pooling1D
1D Pooling (subsampling) layer.
|
class |
Pooling2D
2D Pooling (subsampling) layer.
|
class |
Subsampling1DLayer
1D (temporal) subsampling layer - also known as pooling layer.
Expects input of shape [minibatch, nIn,
sequenceLength] . |
Modifier and Type | Method and Description |
---|---|
SubsamplingLayer |
SubsamplingLayer.Builder.build() |
SubsamplingLayer |
SubsamplingLayer.clone() |
Copyright © 2019. All rights reserved.