public abstract class FeedForwardLayerSpace<L extends org.deeplearning4j.nn.conf.layers.FeedForwardLayer> extends BaseLayerSpace<L>
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedForwardLayerSpace.Builder<T> |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> |
constrainAll |
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> |
constrainBias |
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> |
constrainWeights |
protected ParameterSpace<Integer> |
nIn |
protected ParameterSpace<Integer> |
nOut |
activationFunction, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, numParameters, updater, weightInit, weightNoisedropOut| Modifier | Constructor and Description |
|---|---|
protected |
FeedForwardLayerSpace(FeedForwardLayerSpace.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setLayerOptionsBuilder(org.deeplearning4j.nn.conf.layers.FeedForwardLayer.Builder builder,
double[] values) |
String |
toString() |
protected String |
toString(String delim) |
isLeaf, numParameters, setIndices, setLayerOptionsBuildercollectLeaves, setLayerOptionsBuildergetNestedSpacesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueprotected ParameterSpace<Integer> nIn
protected ParameterSpace<Integer> nOut
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> constrainWeights
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> constrainBias
protected ParameterSpace<List<org.deeplearning4j.nn.api.layers.LayerConstraint>> constrainAll
protected FeedForwardLayerSpace(FeedForwardLayerSpace.Builder builder)
protected void setLayerOptionsBuilder(org.deeplearning4j.nn.conf.layers.FeedForwardLayer.Builder builder, double[] values)
public String toString()
toString in class BaseLayerSpace<L extends org.deeplearning4j.nn.conf.layers.FeedForwardLayer>protected String toString(String delim)
toString in class BaseLayerSpace<L extends org.deeplearning4j.nn.conf.layers.FeedForwardLayer>Copyright © 2020. All rights reserved.