- get(Integer) - Static method in class org.deeplearning4j.nn.modelimport.keras.config.KerasLayerConfigurationFactory
-
- getActivationFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasActivationUtils
-
Get activation enum value from Keras layer configuration.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasELU
-
Get DL4J ActivationLayer.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasLeakyReLU
-
Get DL4J ActivationLayer.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasReLU
-
Get DL4J ActivationLayer.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasSoftmax
-
Get DL4J ActivationLayer.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasThresholdedReLU
-
Get DL4J ActivationLayer.
- getActivationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasActivation
-
Get DL4J ActivationLayer.
- getAlphaDropoutLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasAlphaDropout
-
Get DL4J DropoutLayer with Alpha dropout.
- getAtrousConvolution1D() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution1D
-
Get DL4J ConvolutionLayer.
- getAtrousConvolution2D() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution2D
-
Get DL4J ConvolutionLayer.
- getBatchNormalizationLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Get DL4J BatchNormalizationLayer.
- getBiasL1RegularizationFromConfig(Map<String, Object>, boolean, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get L1 bias regularization (if any) from Keras bias regularization configuration.
- getBidirectionalLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Get DL4J Bidirectional layer.
- getClassName() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get Keras layer class name.
- getClassNameFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get Keras layer class name from Keras layer configuration.
- getCNN3DDataFormatFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Return the Convolution3D.DataFormat
from the configuration .
- getComputationGraph() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
Build a ComputationGraph from this Keras Model configuration and import weights.
- getComputationGraph(boolean) - Method in class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
Build a ComputationGraph from this Keras Model configuration and (optionally) import weights.
- getComputationGraphConfiguration() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
Configure a ComputationGraph from this Keras Model configuration.
- getConstraintsFromConfig(Map<String, Object>, String, KerasLayerConfiguration, int) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasConstraintUtils
-
Get constraint initialization from Keras layer configuration.
- getConvolution1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Get DL4J ConvolutionLayer.
- getConvolution2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution2D
-
Get DL4J ConvolutionLayer.
- getConvolution3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution3D
-
Get DL4J ConvolutionLayer.
- getConvolutionModeFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Get convolution border mode from Keras layer configuration.
- getConvParameterValues(INDArray) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
Return processed parameter values obtained from Keras convolutional layers.
- getCropping1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping1D
-
Get DL4J Cropping1D layer.
- getCropping2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping2D
-
Get DL4J Cropping2D layer.
- getCropping3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping3D
-
Get DL4J Cropping3D layer.
- getDataFormatFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
- getDataSets(String...) - Method in class org.deeplearning4j.nn.modelimport.keras.Hdf5Archive
-
Get list of data sets from group path.
- getDeconvolution2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution2D
-
Get DL4J ConvolutionLayer.
- getDeconvolution3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution3D
-
Get DL4J ConvolutionLayer.
- getDenseLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Get DL4J DenseLayer.
- getDepthwiseConvolution2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Get DL4J DepthwiseConvolution2D.
- getDilationRate(Map<String, Object>, int, KerasLayerConfiguration, boolean) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Get atrous / dilation rate from config
- getDimOrder() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get Keras layer backend dimension order.
- getDimOrderFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get Keras (backend) dimension order from Keras layer configuration.
- getDropoutFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get dropout from Keras layer configuration.
- getDropoutLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDropout
-
Get DL4J DropoutLayer.
- getEmbeddingLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Get DL4J Embedding Sequence layer.
- getEmbeddingLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Get DL4J Embedding Sequence layer.
- getForgetBiasInitFromConfig(Map<String, Object>, boolean) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Get LSTM forget gate bias initialization from Keras layer configuration.
- getGateActivationFromConfig(Map<String, Object>) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Get LSTM gate activation function from Keras layer configuration.
- getGaussianDropoutLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianDropout
-
Get DL4J DropoutLayer with Gaussian dropout.
- getGaussianNoiseLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianNoise
-
Get DL4J DropoutLayer with Gaussian dropout.
- getGlobalPoolingLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasGlobalPooling
-
Get DL4J SubsamplingLayer.
- getGradientNormalization() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getGradientNormalizationThreshold() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getGroups(String...) - Method in class org.deeplearning4j.nn.modelimport.keras.Hdf5Archive
-
Get list of groups from group path.
- getHasBiasFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Determine if layer should be instantiated with bias
- getIActivationFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasActivationUtils
-
Get activation function from Keras layer configuration.
- getInboundLayerNames() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get list of inbound layers.
- getInboundLayerNamesFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get list of inbound layers from Keras layer configuration.
- getInnerLayerConfigFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get inner layer config from Keras layer configuration.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasFlatten
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasPermute
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasReshape
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasGlobalPooling
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputPreprocessor(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Gets appropriate DL4J InputPreProcessor for given InputTypes.
- getInputShape() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get layer input shape.
- getInputShapeFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get Keras input shape from Keras layer configuration.
- getKerasLayerFromConfig(Map<String, Object>, KerasLayerConfiguration, Map<String, Class<? extends KerasLayer>>, Map<String, SameDiffLambdaLayer>, Map<String, ? extends KerasLayer>) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Build KerasLayer from a Keras layer configuration.
- getKerasLayerFromConfig(Map<String, Object>, boolean, KerasLayerConfiguration, Map<String, Class<? extends KerasLayer>>, Map<String, SameDiffLambdaLayer>, Map<String, ? extends KerasLayer>) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Build KerasLayer from a Keras layer configuration.
- getKerasMajorVersion() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get Keras major version of this layer.
- getKernelSizeFromConfig(Map<String, Object>, int, KerasLayerConfiguration, int) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Get (convolution) kernel size from Keras layer configuration.
- getLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Gets corresponding DL4J Layer, if any.
- getLayerName() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get Keras layer name.
- getLayerNameFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get layer name from Keras layer configuration.
- getLocallyConnected1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected1D
-
Get DL4J LocallyConnected1D layer.
- getLocallyConnected2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected2D
-
Get DL4J LocallyConnected2D layer.
- getLocalResponseNormalization() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasLRN
-
Get DL4J LRN.
- getLossLayer(InputType) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.KerasLoss
-
Get DL4J LossLayer.
- getLSTMLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Get DL4J Layer.
- getMaskingConfiguration(List<String>, Map<String, ? extends KerasLayer>) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
- getMaskingLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMasking
-
Get DL4J MaskZeroLayer.
- getMaskingValueFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get mask value
- getMemoryReport(InputType) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getMultiLayerConfiguration() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
Configure a MultiLayerConfiguration from this Keras Sequential model configuration.
- getMultiLayerNetwork() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
Build a MultiLayerNetwork from this Keras Sequential model configuration.
- getMultiLayerNetwork(boolean) - Method in class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
Build a MultiLayerNetwork from this Keras Sequential model configuration and import weights.
- getNInFromConfig(Map<String, ? extends KerasLayer>) - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Some DL4J layers need explicit specification of number of inputs, which Keras does infer.
- getNInFromInputDim(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
- getNOutFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get number of outputs from Keras layer configuration.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Returns number of trainable parameters in layer.
- getNumParams() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Returns number of trainable parameters in layer.
- getOutboundLayerNamesFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get list of inbound layers from Keras layer configuration.
- getOutputShape(long[]) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayerImpl
-
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasELU
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasLeakyReLU
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasPReLU
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasReLU
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasSoftmax
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasThresholdedReLU
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSeparableConvolution2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSpaceToDepth
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasActivation
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDropout
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasFlatten
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasLambda
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMasking
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasPermute
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasRepeatVector
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasReshape
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasSpatialDropout
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasLRN
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasPoolHelper
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.KerasLoss
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.KerasTFOpLayer
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasAlphaDropout
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianDropout
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianNoise
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasGlobalPooling
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling1D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling2D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling3D
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Get layer output type.
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Get layer output type.
- getOutputType(int, InputType) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getOutputType(InputType...) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Get layer output type.
- getPaddingFromBorderModeConfig(Map<String, Object>, int, KerasLayerConfiguration, int) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Get (convolution) padding from Keras layer configuration.
- getPReLULayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasPReLU
-
Get DL4J ActivationLayer.
- getPreProcessorForInputType(InputType) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getRecurrentDropout(KerasLayerConfiguration, Map<String, Object>) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasRnnUtils
-
Get recurrent weight dropout from Keras layer configuration.
- getRegularizationByParam(String) - Method in class org.deeplearning4j.nn.modelimport.keras.layers.TFOpLayer
-
- getRepeatVectorLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasRepeatVector
-
Get DL4J RepeatVector.
- getSameDiffLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasLambda
-
Get DL4J SameDiffLayer.
- getSeparableConvolution2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSeparableConvolution2D
-
Get DL4J SeparableConvolution2D.
- getSimpleRnnLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Get DL4J SimpleRnn layer.
- getSpaceToDepthLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSpaceToDepth
-
Get DL4J SpaceToDepth layer.
- getSpatialDropoutLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasSpatialDropout
-
Get DL4J DropoutLayer with spatial dropout.
- getStrideFromConfig(Map<String, Object>, int, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
Get (convolution) stride from Keras layer configuration.
- getSubsampling1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling1D
-
Get DL4J Subsampling1DLayer.
- getSubsampling2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling2D
-
Get DL4J SubsamplingLayer.
- getSubsampling3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling3D
-
Get DL4J Subsampling3DLayer.
- getTimeDistributedLayerConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Extract inner layer config from TimeDistributed configuration and merge
it into the outer config.
- getTruncatedBptt() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Returns value of truncated BPTT, if any found.
- getUnderlyingRecurrentLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Return the underlying recurrent layer of this bidirectional layer
- getUnroll() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Get whether LSTM layer should be unrolled (for truncated BPTT).
- getUnroll() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Get whether SimpleRnn layer should be unrolled (for truncated BPTT).
- getUnrollRecurrentLayer(KerasLayerConfiguration, Map<String, Object>) - Static method in class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasRnnUtils
-
Get unroll parameter to decide whether to unroll RNN with BPTT or not.
- getUpsampling1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling1D
-
Get DL4J Upsampling1D layer.
- getUpsampling2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling2D
-
Get DL4J Upsampling2D layer.
- getUpsampling3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling3D
-
Get DL4J Upsampling3D layer.
- getVertex() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Gets corresponding DL4J Vertex, if any.
- getWeightInitFromConfig(Map<String, Object>, String, boolean, KerasLayerConfiguration, int) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasInitilizationUtils
-
Get weight initialization from Keras layer configuration.
- getWeightRegularizerFromConfig(Map<String, Object>, KerasLayerConfiguration, String, String) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasRegularizerUtils
-
Get weight regularization from Keras weight regularization configuration.
- getWeights() - Method in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
- getZeroMaskingFromConfig(Map<String, Object>, KerasLayerConfiguration) - Static method in class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
Get zero masking flag
- getZeroPadding1DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding1D
-
Get DL4J ZeroPadding1DLayer.
- getZeroPadding2DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding2D
-
Get DL4J ZeroPadding2DLayer.
- getZeroPadding3DLayer() - Method in class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding3D
-
Get DL4J ZeroPadding3DLayer.
- Keras1LayerConfiguration - Class in org.deeplearning4j.nn.modelimport.keras.config
-
All relevant property fields of keras 1.x layers.
- Keras1LayerConfiguration() - Constructor for class org.deeplearning4j.nn.modelimport.keras.config.Keras1LayerConfiguration
-
- Keras2DEmbedding - Class in org.deeplearning4j.nn.modelimport.keras.layers.embeddings
-
Imports an Embedding layer from Keras.
- Keras2DEmbedding() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Pass through constructor for unit tests
- Keras2DEmbedding(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Constructor from parsed Keras layer configuration dictionary.
- Keras2DEmbedding(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.Keras2DEmbedding
-
Constructor from parsed Keras layer configuration dictionary.
- Keras2LayerConfiguration - Class in org.deeplearning4j.nn.modelimport.keras.config
-
All relevant property fields of keras 2.x layers.
- Keras2LayerConfiguration() - Constructor for class org.deeplearning4j.nn.modelimport.keras.config.Keras2LayerConfiguration
-
- KerasActivation - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
- KerasActivation(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasActivation
-
Constructor from parsed Keras layer configuration dictionary.
- KerasActivation(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasActivation
-
Constructor from parsed Keras layer configuration dictionary.
- KerasActivationUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasActivationUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasActivationUtils
-
- KerasAlphaDropout - Class in org.deeplearning4j.nn.modelimport.keras.layers.noise
-
Keras wrapper for DL4J dropout layer with AlphaDropout.
- KerasAlphaDropout(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasAlphaDropout
-
Pass-through constructor from KerasLayer
- KerasAlphaDropout(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasAlphaDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasAlphaDropout(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasAlphaDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasAtrousConvolution1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasAtrousConvolution1D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution1D
-
Pass-through constructor from KerasLayer
- KerasAtrousConvolution1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasAtrousConvolution1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasAtrousConvolution2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasAtrousConvolution2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution2D
-
Pass-through constructor from KerasLayer
- KerasAtrousConvolution2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasAtrousConvolution2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasAtrousConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- kerasBackend - Variable in class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
- KerasBatchNormalization - Class in org.deeplearning4j.nn.modelimport.keras.layers.normalization
-
- KerasBatchNormalization(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Pass-through constructor from KerasLayer
- KerasBatchNormalization(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Constructor from parsed Keras layer configuration dictionary.
- KerasBatchNormalization(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Constructor from parsed Keras layer configuration dictionary.
- KerasBatchNormalization(Map<String, Object>, boolean, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.normalization.KerasBatchNormalization
-
Constructor from parsed Keras layer configuration dictionary.
- KerasBidirectional - Class in org.deeplearning4j.nn.modelimport.keras.layers.wrappers
-
- KerasBidirectional(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Pass-through constructor from KerasLayer
- KerasBidirectional(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Constructor from parsed Keras layer configuration dictionary.
- KerasBidirectional(Map<String, Object>, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Constructor from parsed Keras layer configuration dictionary.
- KerasBidirectional(Map<String, Object>, boolean, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.wrappers.KerasBidirectional
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConstraintUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasConstraintUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasConstraintUtils
-
- KerasConvolution - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasConvolution() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
- KerasConvolution(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
Pass-through constructor from KerasLayer
- KerasConvolution(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasConvolution1D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Pass-through constructor from KerasLayer
- KerasConvolution1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasConvolution2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution2D
-
Pass-through constructor from KerasLayer
- KerasConvolution2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasConvolution3D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution3D
-
Pass-through constructor from KerasLayer
- KerasConvolution3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolution3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolution3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasConvolutionUtils - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasConvolutionUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasConvolutionUtils
-
- KerasCropping1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasCropping1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasCropping1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasCropping2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasCropping2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasCropping2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasCropping3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasCropping3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasCropping3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasCropping3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDeconvolution2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasDeconvolution2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution2D
-
Pass-through constructor from KerasLayer
- KerasDeconvolution2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDeconvolution2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDeconvolution3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasDeconvolution3D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution3D
-
Pass-through constructor from KerasLayer
- KerasDeconvolution3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDeconvolution3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDeconvolution3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDense - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Imports a Dense layer from Keras.
- KerasDense(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Pass-through constructor from KerasLayer
- KerasDense(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDense(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDense
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDepthwiseConvolution2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasDepthwiseConvolution2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Pass-through constructor from KerasLayer
- KerasDepthwiseConvolution2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDepthwiseConvolution2D(Map<String, Object>, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDepthwiseConvolution2D(Map<String, Object>, Map<String, ? extends KerasLayer>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDepthwiseConvolution2D(Map<String, Object>, Map<String, ? extends KerasLayer>, List<String>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasDepthwiseConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDropout - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Imports a Dropout layer from Keras.
- KerasDropout(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasDropout(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasELU - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
- KerasELU(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasELU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasELU(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasELU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasEmbedding - Class in org.deeplearning4j.nn.modelimport.keras.layers.embeddings
-
Imports an Embedding layer from Keras.
- KerasEmbedding() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Pass through constructor for unit tests
- KerasEmbedding(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Constructor from parsed Keras layer configuration dictionary.
- KerasEmbedding(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.embeddings.KerasEmbedding
-
Constructor from parsed Keras layer configuration dictionary.
- KerasFlatten - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
- KerasFlatten(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasFlatten
-
Constructor from parsed Keras layer configuration dictionary.
- KerasFlatten(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasFlatten
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGaussianDropout - Class in org.deeplearning4j.nn.modelimport.keras.layers.noise
-
Keras wrapper for DL4J dropout layer with GaussianDropout.
- KerasGaussianDropout(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianDropout
-
Pass-through constructor from KerasLayer
- KerasGaussianDropout(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGaussianDropout(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGaussianNoise - Class in org.deeplearning4j.nn.modelimport.keras.layers.noise
-
Keras wrapper for DL4J dropout layer with GaussianNoise.
- KerasGaussianNoise(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianNoise
-
Pass-through constructor from KerasLayer
- KerasGaussianNoise(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianNoise
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGaussianNoise(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.noise.KerasGaussianNoise
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGlobalPooling - Class in org.deeplearning4j.nn.modelimport.keras.layers.pooling
-
Imports a Keras Pooling layer as a DL4J Subsampling layer.
- KerasGlobalPooling(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasGlobalPooling
-
Constructor from parsed Keras layer configuration dictionary.
- KerasGlobalPooling(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasGlobalPooling
-
Constructor from parsed Keras layer configuration dictionary.
- KerasInitilizationUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasInitilizationUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasInitilizationUtils
-
- KerasInput - Class in org.deeplearning4j.nn.modelimport.keras.layers
-
Imports an Input layer from Keras.
- KerasInput(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Constructor from parsed Keras layer configuration dictionary.
- KerasInput(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Constructor from parsed Keras layer configuration dictionary.
- KerasInput(String, int[]) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Constructor from layer name and input shape.
- KerasInput(String, int[], boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasInput
-
Constructor from layer name and input shape.
- KerasLambda - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Wraps a DL4J SameDiffLambda into a KerasLayer
- KerasLambda(Map<String, Object>, SameDiffLayer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasLambda
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLambda(Map<String, Object>, boolean, SameDiffLayer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasLambda
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLayer - Class in org.deeplearning4j.nn.modelimport.keras
-
- KerasLayer(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Constructor with Keras version only.
- KerasLayer() - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Default constructor.
- KerasLayer(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Constructor.
- KerasLayer(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
Constructor.
- KerasLayer.DimOrder - Enum in org.deeplearning4j.nn.modelimport.keras
-
- KerasLayerConfiguration - Class in org.deeplearning4j.nn.modelimport.keras.config
-
All relevant property fields of keras layers.
- KerasLayerConfiguration() - Constructor for class org.deeplearning4j.nn.modelimport.keras.config.KerasLayerConfiguration
-
- KerasLayerConfigurationFactory - Class in org.deeplearning4j.nn.modelimport.keras.config
-
- KerasLayerConfigurationFactory() - Constructor for class org.deeplearning4j.nn.modelimport.keras.config.KerasLayerConfigurationFactory
-
- KerasLayerUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasLayerUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasLayerUtils
-
- KerasLeakyReLU - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
Imports LeakyReLU layer from Keras
- KerasLeakyReLU(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasLeakyReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLeakyReLU(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasLeakyReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLocallyConnected1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.local
-
- KerasLocallyConnected1D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected1D
-
Pass-through constructor from KerasLayer
- KerasLocallyConnected1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLocallyConnected1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLocallyConnected2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.local
-
- KerasLocallyConnected2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected2D
-
Pass-through constructor from KerasLayer
- KerasLocallyConnected2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLocallyConnected2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.local.KerasLocallyConnected2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLoss - Class in org.deeplearning4j.nn.modelimport.keras.layers
-
- KerasLoss(String, String, String) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasLoss
-
Constructor from layer name and input shape.
- KerasLoss(String, String, String, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasLoss
-
Constructor from layer name and input shape.
- KerasLossUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasLossUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasLossUtils
-
- KerasLRN - Class in org.deeplearning4j.nn.modelimport.keras.layers.custom
-
- KerasLRN(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasLRN
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLRN(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasLRN
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLSTM - Class in org.deeplearning4j.nn.modelimport.keras.layers.recurrent
-
Imports a Keras LSTM layer as a DL4J LSTM layer.
- KerasLSTM(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Pass-through constructor from KerasLayer
- KerasLSTM(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLSTM(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLSTM(Map<String, Object>, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Constructor from parsed Keras layer configuration dictionary.
- KerasLSTM(Map<String, Object>, boolean, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasLSTM
-
Constructor from parsed Keras layer configuration dictionary.
- kerasMajorVersion - Variable in class org.deeplearning4j.nn.modelimport.keras.KerasLayer
-
- kerasMajorVersion - Variable in class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
- KerasMasking - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Imports Keras masking layers.
- KerasMasking(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMasking
-
Constructor from parsed Keras layer configuration dictionary.
- KerasMasking(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMasking
-
Constructor from parsed Keras layer configuration dictionary.
- KerasMerge - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
- KerasMerge(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge
-
Pass-through constructor from KerasLayer
- KerasMerge(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge
-
Constructor from parsed Keras layer configuration dictionary.
- KerasMerge(Map<String, Object>, ElementWiseVertex.Op, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge
-
Constructor from parsed Keras layer configuration dictionary and merge mode passed in.
- KerasMerge(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge
-
Constructor from parsed Keras layer configuration dictionary.
- KerasModel - Class in org.deeplearning4j.nn.modelimport.keras
-
- KerasModel() - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
- KerasModel(KerasModelBuilder) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
(Recommended) Builder-pattern constructor for (Functional API) Model.
- KerasModel(String, String, Hdf5Archive, String, String, Hdf5Archive, boolean, int[], KerasLayer.DimOrder) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasModel
-
(Not recommended) Constructor for (Functional API) Model from model configuration
(JSON or YAML), training configuration (JSON), weights, and "training mode"
boolean indicator.
- KerasModelBuilder - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasModelBuilder(KerasModelConfiguration) - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasModelBuilder
-
KerasModelBuilder constructed from a model configuration.
- KerasModelConfiguration - Class in org.deeplearning4j.nn.modelimport.keras.config
-
- KerasModelConfiguration() - Constructor for class org.deeplearning4j.nn.modelimport.keras.config.KerasModelConfiguration
-
- KerasModelImport - Class in org.deeplearning4j.nn.modelimport.keras
-
- KerasModelImport() - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasModelImport
-
- KerasModelUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasModelUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasModelUtils
-
- KerasOptimizerUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasOptimizerUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasOptimizerUtils
-
- KerasPermute - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Imports Permute layer from Keras
- KerasPermute(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasPermute
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPermute(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasPermute
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPoolHelper - Class in org.deeplearning4j.nn.modelimport.keras.layers.custom
-
- KerasPoolHelper(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasPoolHelper
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPoolHelper(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.custom.KerasPoolHelper
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.pooling
-
Imports a Keras 1D Pooling layer as a DL4J Subsampling layer.
- KerasPooling1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.pooling
-
Imports a Keras 2D Pooling layer as a DL4J Subsampling layer.
- KerasPooling2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.pooling
-
Imports a Keras 3D Pooling layer as a DL4J Subsampling3D layer.
- KerasPooling3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPooling3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPooling3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPoolingUtils - Class in org.deeplearning4j.nn.modelimport.keras.layers.pooling
-
- KerasPoolingUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.pooling.KerasPoolingUtils
-
- KerasPReLU - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
Imports PReLU layer from Keras
- KerasPReLU(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasPReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasPReLU(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasPReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasRegularizerUtils - Class in org.deeplearning4j.nn.modelimport.keras.utils
-
- KerasRegularizerUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.utils.KerasRegularizerUtils
-
- KerasReLU - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
- KerasReLU(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasReLU(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasRepeatVector - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
- KerasRepeatVector(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasRepeatVector
-
Constructor from parsed Keras layer configuration dictionary.
- KerasRepeatVector(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasRepeatVector
-
Constructor from parsed Keras layer configuration dictionary.
- KerasReshape - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Imports Reshape layer from Keras
- KerasReshape(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasReshape
-
Constructor from parsed Keras layer configuration dictionary.
- KerasReshape(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasReshape
-
Constructor from parsed Keras layer configuration dictionary.
- KerasRnnUtils - Class in org.deeplearning4j.nn.modelimport.keras.layers.recurrent
-
- KerasRnnUtils() - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasRnnUtils
-
- KerasSeparableConvolution2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasSeparableConvolution2D(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSeparableConvolution2D
-
Pass-through constructor from KerasLayer
- KerasSeparableConvolution2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSeparableConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSeparableConvolution2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSeparableConvolution2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSequentialModel - Class in org.deeplearning4j.nn.modelimport.keras
-
- KerasSequentialModel(KerasModelBuilder) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
(Recommended) Builder-pattern constructor for Sequential model.
- KerasSequentialModel(String, String, Hdf5Archive, String, String, Hdf5Archive, boolean, int[]) - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
(Not recommended) Constructor for Sequential model from model configuration
(JSON or YAML), training configuration (JSON), weights, and "training mode"
boolean indicator.
- KerasSequentialModel() - Constructor for class org.deeplearning4j.nn.modelimport.keras.KerasSequentialModel
-
Default constructor
- KerasSimpleRnn - Class in org.deeplearning4j.nn.modelimport.keras.layers.recurrent
-
Imports a Keras SimpleRNN layer as a DL4J SimpleRnn layer.
- KerasSimpleRnn(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Pass-through constructor from KerasLayer
- KerasSimpleRnn(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSimpleRnn(Map<String, Object>, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSimpleRnn(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSimpleRnn(Map<String, Object>, boolean, Map<String, ? extends KerasLayer>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.recurrent.KerasSimpleRnn
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSoftmax - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
- KerasSoftmax(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasSoftmax
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSoftmax(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasSoftmax
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSpaceToDepth - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
- KerasSpaceToDepth(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSpaceToDepth
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSpaceToDepth(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasSpaceToDepth
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSpatialDropout - Class in org.deeplearning4j.nn.modelimport.keras.layers.core
-
Keras wrapper for DL4J dropout layer with SpatialDropout, works 1D-3D.
- KerasSpatialDropout(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasSpatialDropout
-
Pass-through constructor from KerasLayer
- KerasSpatialDropout(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasSpatialDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasSpatialDropout(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.core.KerasSpatialDropout
-
Constructor from parsed Keras layer configuration dictionary.
- KerasTFOpLayer - Class in org.deeplearning4j.nn.modelimport.keras.layers
-
- KerasTFOpLayer(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasTFOpLayer
-
- KerasTFOpLayer(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasTFOpLayer
-
Constructor from parsed Keras layer configuration dictionary.
- KerasTFOpLayer(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.KerasTFOpLayer
-
Constructor from parsed Keras layer configuration dictionary.
- KerasThresholdedReLU - Class in org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations
-
Imports ThresholdedReLU layer from Keras
- KerasThresholdedReLU(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasThresholdedReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasThresholdedReLU(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.advanced.activations.KerasThresholdedReLU
-
Constructor from parsed Keras layer configuration dictionary.
- KerasTokenizer - Class in org.deeplearning4j.nn.modelimport.keras.preprocessing.text
-
- KerasTokenizer(Integer, String, boolean, String, boolean, String) - Constructor for class org.deeplearning4j.nn.modelimport.keras.preprocessing.text.KerasTokenizer
-
Create a Keras Tokenizer instance with full set of properties.
- KerasTokenizer(Integer) - Constructor for class org.deeplearning4j.nn.modelimport.keras.preprocessing.text.KerasTokenizer
-
Tokenizer constructor with only numWords specified
- KerasTokenizer() - Constructor for class org.deeplearning4j.nn.modelimport.keras.preprocessing.text.KerasTokenizer
-
Default Keras tokenizer constructor
- KerasUpsampling1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Keras Upsampling1D layer support
- KerasUpsampling1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasUpsampling1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasUpsampling2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Keras Upsampling2D layer support
- KerasUpsampling2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasUpsampling2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasUpsampling3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Keras Upsampling3D layer support
- KerasUpsampling3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasUpsampling3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasUpsampling3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding1D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Imports a Keras ZeroPadding 1D layer.
- KerasZeroPadding1D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding1D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding1D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding2D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Imports a Keras ZeroPadding 2D layer.
- KerasZeroPadding2D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding2D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding2D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding3D - Class in org.deeplearning4j.nn.modelimport.keras.layers.convolutional
-
Imports a Keras ZeroPadding 3D layer.
- KerasZeroPadding3D(Map<String, Object>) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding3D
-
Constructor from parsed Keras layer configuration dictionary.
- KerasZeroPadding3D(Map<String, Object>, boolean) - Constructor for class org.deeplearning4j.nn.modelimport.keras.layers.convolutional.KerasZeroPadding3D
-
Constructor from parsed Keras layer configuration dictionary.