Modifier and Type | Class and Description |
---|---|
class |
AbstractLSTM |
class |
AutoEncoder |
class |
BaseOutputLayer |
class |
BasePretrainNetwork |
class |
BaseRecurrentLayer |
class |
BatchNormalization |
class |
CenterLossOutputLayer |
class |
Cnn3DLossLayer |
class |
CnnLossLayer |
class |
Convolution1D |
class |
Convolution1DLayer |
class |
Convolution2D |
class |
Convolution3D |
class |
ConvolutionLayer |
class |
Deconvolution2D |
class |
Deconvolution3D |
class |
DenseLayer |
class |
DepthwiseConvolution2D |
class |
DropoutLayer |
class |
EmbeddingLayer |
class |
EmbeddingSequenceLayer |
class |
FeedForwardLayer |
class |
GravesBidirectionalLSTM
Deprecated.
|
class |
GravesLSTM
Deprecated.
|
class |
LossLayer |
class |
LSTM |
class |
OutputLayer |
class |
PReLULayer |
class |
RnnLossLayer |
class |
RnnOutputLayer |
class |
SeparableConvolution2D |
Modifier and Type | Method and Description |
---|---|
BaseLayer |
BaseLayer.clone() |
Modifier and Type | Class and Description |
---|---|
class |
ElementWiseMultiplicationLayer |
class |
RepeatVector |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRnn |
Modifier and Type | Class and Description |
---|---|
class |
VariationalAutoencoder |
Modifier and Type | Class and Description |
---|---|
class |
OCNNOutputLayer |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseNetConfigDeserializer.handleActivationBackwardCompatibility(BaseLayer baseLayer,
org.nd4j.shade.jackson.databind.node.ObjectNode on) |
protected void |
BaseNetConfigDeserializer.handleL1L2BackwardCompatibility(BaseLayer baseLayer,
org.nd4j.shade.jackson.databind.node.ObjectNode on) |
protected void |
BaseNetConfigDeserializer.handleUpdaterBackwardCompatibility(BaseLayer layer,
org.nd4j.shade.jackson.databind.node.ObjectNode on) |
protected void |
BaseNetConfigDeserializer.handleWeightInitBackwardCompatibility(BaseLayer baseLayer,
org.nd4j.shade.jackson.databind.node.ObjectNode on) |
Modifier and Type | Class and Description |
---|---|
class |
BaseLayer<LayerConfT extends BaseLayer>
A layer with parameters
|
Copyright © 2022. All rights reserved.