githubEdit

Layer Spaces

Set a search spaces for layers.

ActivationLayerSpace

[source]arrow-up-right

AutoEncoderLayerSpace

[source]arrow-up-right

Layer space for autoencoder layers

BatchNormalizationSpace

[source]arrow-up-right

LayerSpace for batch normalization layers

Bidirectional

[source]arrow-up-right

Bidirectional layer wrapper. Can be used wrap an existing layer space, in the same way that

ConvolutionLayerSpace

[source]arrow-up-right

Layer space for convolutional layers

DenseLayerSpace

[source]arrow-up-right

layer hyperparameter configuration space for dense layers (i.e., multi-layer perceptron layers)

EmbeddingLayerSpace

[source]arrow-up-right

GlobalPoolingLayerSpace

[source]arrow-up-right

GravesBidirectionalLSTMLayerSpace

[source]arrow-up-right

Layer space for Bidirectional LSTM layers

GravesLSTMLayerSpace

[source]arrow-up-right

Layer space for LSTM layers

LSTMLayerSpace

[source]arrow-up-right

Layer space for LSTM layers

OCNNLayerSpace

[source]arrow-up-right

Use hiddenLayerSize instead

numHidden

Use hiddenLayerSize instead

  • param numHidden

  • return

OutputLayerSpace

[source]arrow-up-right

Layer hyperparameter configuration space for output layers

RnnOutputLayerSpace

[source]arrow-up-right

Layer hyperparametor configuration space for RnnOutputLayer

SubsamplingLayerSpace

[source]arrow-up-right

Layer hyperparameter configuration space for subsampling layers

VariationalAutoencoderLayerSpace

[source]arrow-up-right

Last updated

Was this helpful?