Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.layers.samediff |
Modifier and Type | Method and Description |
---|---|
void |
LocallyConnected2D.defineParameters(SDLayerParams params) |
void |
LocallyConnected1D.defineParameters(SDLayerParams params) |
Modifier and Type | Class and Description |
---|---|
class |
SDVertexParams
SDVertexParams is used to define the inputs - and the parameters - for a SameDiff vertex
|
Modifier and Type | Method and Description |
---|---|
SDLayerParams |
AbstractSameDiffLayer.getLayerParams() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractSameDiffLayer.defineParameters(SDLayerParams params)
Define the parameters for the network.
|
void |
SameDiffLambdaLayer.defineParameters(SDLayerParams params) |
Copyright © 2018. All rights reserved.