Class | Description |
---|---|
KerasActivation |
Imports an Activation layer from Keras.
|
KerasBatchNormalization |
Imports a BatchNormalization layer from Keras.
|
KerasConvolution |
Imports a Convolution layer from Keras.
|
KerasDense |
Imports a Dense layer from Keras.
|
KerasDropout |
Imports a Dropout layer from Keras.
|
KerasEmbedding |
Imports an Embedding layer from Keras.
|
KerasFlatten |
Imports a Keras Flatten layer as a DL4J {Cnn,Rnn}ToFeedForwardInputPreProcessor.
|
KerasGlobalPooling |
Imports a Keras Pooling layer as a DL4J Subsampling layer.
|
KerasInput |
Imports an Input layer from Keras.
|
KerasLoss |
Builds a DL4J LossLayer from a Keras training loss function.
|
KerasLstm |
Imports a Keras LSTM layer as a DL4J GravesLSTM layer.
|
KerasMerge |
Imports a Keras Merge layer as a DL4J Merge (graph) vertex.
|
KerasPooling |
Imports a Keras Pooling layer as a DL4J Subsampling layer.
|
KerasZeroPadding |
Imports a Keras ZeroPadding layer as a DL4J Subsampling layer
with kernel size 1 and stride 1.
|