Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers.misc | |
org.deeplearning4j.nn.conf.layers.recurrent | |
org.deeplearning4j.nn.conf.layers.util |
Modifier and Type | Class and Description |
---|---|
class |
FrozenLayerWithBackprop
Frozen layer freezes parameters of the layer it wraps, but allows the backpropagation to continue.
|
Modifier and Type | Class and Description |
---|---|
class |
LastTimeStep
LastTimeStep is a "wrapper" layer: it wraps any RNN layer, and extracts out the last time step during forward pass,
and returns it as a row vector (per example).
|
Modifier and Type | Class and Description |
---|---|
class |
MaskZeroLayer |
Copyright © 2018. All rights reserved.