Class | Description |
---|---|
ActivationLayer |
A version of DeepLearning4j's ActivationLayer layer that implements WEKA option handling.
|
BatchNormalization |
A version of DeepLearning4j's BatchNormalization layer that implements WEKA option handling.
|
BroadcastLambdaLayer |
A WEKA option handler class for the CustomBroadcast layer, required to use EfficientNet.
|
CenterLossOutputLayer |
A version of DeepLearning4j's CenterLossOutputLayer layer that implements WEKA option handling.
|
ConvolutionLayer |
A version of DeepLearning4j's ConvolutionLayer that implements WEKA option handling.
|
Cropping2D |
A version of DeepLearning4j's DenseLayer that implements WEKA option handling.
|
DenseLayer |
A version of DeepLearning4j's DenseLayer that implements WEKA option handling.
|
DepthwiseConvolution2DLayer |
A version of DeepLearning4j's DepthwiseConvolution2DLayer that implements WEKA option handling.
|
DropoutLayer |
A version of DeepLearning4j's DropoutLayer that implements WEKA option handling.
|
FeedForwardLayer<T extends org.deeplearning4j.nn.conf.layers.FeedForwardLayer> |
Abstract feed forward layer.
|
GlobalPoolingLayer |
A version of DeepLearning4j's GlobalPooling that implements WEKA option handling.
|
GravesLSTM | Deprecated |
Layer<T extends org.deeplearning4j.nn.conf.layers.Layer> |
Abstract layer class.
|
LocalResponseNormalization |
A version of DeepLearning4j's LocalResponseNormalization layer that implements WEKA option
handling.
|
LossLayer |
A version of DeepLearning4j's LossLayer layer that implements WEKA option handling.
|
LSTM |
A version of DeepLearning4j's LSTM layer that implements WEKA option handling.
|
NoParamLayer<T extends org.deeplearning4j.nn.conf.layers.NoParamLayer> |
Wrapper for DL4J NoParamLayer.
|
OutputLayer |
A version of DeepLearning4j's OutputLayer that implements WEKA option handling.
|
RnnOutputLayer |
A version of DeepLearning4j's RnnOutputLayer that implements WEKA option handling.
|
SameDiffLayer<T extends org.deeplearning4j.nn.conf.layers.samediff.SameDiffLambdaLayer> |
Abstract SameDiff layer.
|
SeperableConvolution2DLayer |
A version of DeepLearning4j's SeperableConvolution2DLayer that implements WEKA option handling.
|
SubsamplingLayer |
A version of DeepLearning4j's SubsamplingLayer that implements WEKA option handling.
|
ZeroPaddingLayer |
A version of DeepLearning4j's ZeroPaddingLayer layer that implements WEKA option handling.
|