| Package | Description |
|---|---|
| org.deeplearning4j.nn.modelimport.keras | |
| org.deeplearning4j.nn.modelimport.keras.layers | |
| org.deeplearning4j.nn.modelimport.keras.layers.custom |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<? extends KerasLayer>> |
KerasLayer.customLayers |
protected Map<String,KerasLayer> |
KerasModel.layers |
protected List<KerasLayer> |
KerasModel.layersOrdered |
| Modifier and Type | Method and Description |
|---|---|
static KerasLayer |
KerasLayer.getKerasLayerFromConfig(Map<String,Object> layerConfig)
Build KerasLayer from a Keras layer configuration.
|
static KerasLayer |
KerasLayer.getKerasLayerFromConfig(Map<String,Object> layerConfig,
boolean enforceTrainingConfig)
Build KerasLayer from a Keras layer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
KerasLayer.registerCustomLayer(String layerName,
Class<? extends KerasLayer> configClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
KerasActivation
Imports an Activation layer from Keras.
|
class |
KerasBatchNormalization
Imports a BatchNormalization layer from Keras.
|
class |
KerasConvolution
Imports a Convolution layer from Keras.
|
class |
KerasDense
Imports a Dense layer from Keras.
|
class |
KerasDropout
Imports a Dropout layer from Keras.
|
class |
KerasEmbedding
Imports an Embedding layer from Keras.
|
class |
KerasFlatten
Imports a Keras Flatten layer as a DL4J {Cnn,Rnn}ToFeedForwardInputPreProcessor.
|
class |
KerasGlobalPooling
Imports a Keras Pooling layer as a DL4J Subsampling layer.
|
class |
KerasInput
Imports an Input layer from Keras.
|
class |
KerasLoss
Builds a DL4J LossLayer from a Keras training loss function.
|
class |
KerasLstm
Imports a Keras LSTM layer as a DL4J GravesLSTM layer.
|
class |
KerasMerge
Imports a Keras Merge layer as a DL4J Merge (graph) vertex.
|
class |
KerasPooling
Imports a Keras Pooling layer as a DL4J Subsampling layer.
|
class |
KerasZeroPadding
Imports a Keras ZeroPadding layer as a DL4J Subsampling layer
with kernel size 1 and stride 1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KerasLRN
Keras does not have an official LRN layer.
|
class |
KerasPoolHelper
Custom PoolHelper layer developed for importing GoogLeNet.
|
Copyright © 2017. All rights reserved.