Package | Description |
---|---|
org.deeplearning4j.arbiter | |
org.deeplearning4j.arbiter.layers | |
org.deeplearning4j.arbiter.layers.fixed |
Modifier and Type | Field and Description |
---|---|
protected LayerSpace<?> |
BaseNetworkSpace.LayerConf.layerSpace |
Modifier and Type | Method and Description |
---|---|
LayerSpace<?> |
MultiLayerSpace.getLayerSpace(int layerNumber) |
Modifier and Type | Method and Description |
---|---|
MultiLayerSpace.Builder |
MultiLayerSpace.Builder.addLayer(LayerSpace<?> layerSpace) |
MultiLayerSpace.Builder |
MultiLayerSpace.Builder.addLayer(LayerSpace<? extends Layer> layerSpace,
ParameterSpace<Integer> numLayersDistribution) |
MultiLayerSpace.Builder |
MultiLayerSpace.Builder.addLayer(LayerSpace<? extends Layer> layerSpace,
ParameterSpace<Integer> numLayersDistribution,
boolean duplicateConfig)
Deprecated.
|
ComputationGraphSpace.Builder |
ComputationGraphSpace.Builder.addLayer(String layerName,
LayerSpace<? extends Layer> layerSpace,
InputPreProcessor preProcessor,
String... layerInputs) |
ComputationGraphSpace.Builder |
ComputationGraphSpace.Builder.addLayer(String layerName,
LayerSpace<? extends Layer> layerSpace,
String... layerInputs) |
MultiLayerSpace.Builder |
MultiLayerSpace.Builder.layer(LayerSpace<?> layerSpace) |
MultiLayerSpace.Builder |
MultiLayerSpace.Builder.layer(LayerSpace<? extends Layer> layerSpace,
ParameterSpace<Integer> numLayersDistribution) |
ComputationGraphSpace.Builder |
ComputationGraphSpace.Builder.layer(String layerName,
LayerSpace<? extends Layer> layerSpace,
InputPreProcessor preProcessor,
String... layerInputs) |
ComputationGraphSpace.Builder |
ComputationGraphSpace.Builder.layer(String layerName,
LayerSpace<? extends Layer> layerSpace,
String... layerInputs) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLSTMLayerSpace<T extends AbstractLSTM>
Layer space for LSTM layers
|
class |
ActivationLayerSpace
Layer space for
ActivationLayer |
class |
AutoEncoderLayerSpace
Layer space for autoencoder layers
|
class |
BaseConvolutionLayerSpace<T extends FeedForwardLayer>
Layer space for convolutional layers
|
class |
BaseLayerSpace<L extends BaseLayer>
BaseLayerSpace contains the common Layer hyperparameters; should match
BaseLayer in terms of features |
class |
BaseOutputLayerSpace<L extends BaseOutputLayer> |
class |
BasePretrainNetworkLayerSpace<L extends BasePretrainNetwork> |
class |
BatchNormalizationSpace
LayerSpace for batch normalization layers
|
class |
Bidirectional
Bidirectional layer wrapper.
|
class |
CenterLossOutputLayerSpace |
class |
ConvolutionLayerSpace
Layer space for convolutional layers
|
class |
Deconvolution2DLayerSpace |
class |
DenseLayerSpace
layer hyperparameter configuration space for dense layers (i.e., multi-layer perceptron layers)
|
class |
DropoutLayerSpace |
class |
EmbeddingLayerSpace
Layer hyperparameter configuration space for
EmbeddingLayer |
class |
FeedForwardLayerSpace<L extends FeedForwardLayer> |
class |
GlobalPoolingLayerSpace
Layer space for a
GlobalPoolingLayer |
class |
GravesBidirectionalLSTMLayerSpace
Layer space for Bidirectional LSTM layers
|
class |
GravesLSTMLayerSpace
Layer space for LSTM layers
|
class |
LocalResponseNormalizationLayerSpace |
class |
LossLayerSpace |
class |
LSTMLayerSpace
Layer space for LSTM layers
|
class |
OCNNLayerSpace |
class |
OutputLayerSpace
Layer hyperparameter configuration space for output layers
|
class |
RnnOutputLayerSpace
Layer hyperparametor configuration space for RnnOutputLayer
|
class |
SeparableConvolution2DLayerSpace |
class |
SubsamplingLayerSpace
Layer hyperparameter configuration space for subsampling layers
|
class |
VariationalAutoencoderLayerSpace
Layer space for
VariationalAutoencoder |
Modifier and Type | Field and Description |
---|---|
protected LayerSpace<?> |
Bidirectional.layerSpace |
Modifier and Type | Method and Description |
---|---|
abstract <E extends LayerSpace> |
LayerSpace.Builder.build() |
<E extends LayerSpace> |
VariationalAutoencoderLayerSpace.Builder.build() |
Constructor and Description |
---|
Bidirectional(LayerSpace<?> layerSpace) |
Modifier and Type | Class and Description |
---|---|
class |
FixedLayerSpace<T extends Layer>
A layer space that wraps a DL4J layer, without any optimizable hyperparameters
|
Copyright © 2020. All rights reserved.