Package | Description |
---|---|
org.deeplearning4j.nn.layers | |
org.deeplearning4j.nn.layers.recurrent |
Modifier and Type | Class and Description |
---|---|
class |
FrozenLayer
For purposes of transfer learning
A frozen layers wraps another dl4j layer within it.
|
class |
FrozenLayerWithBackprop
Frozen layer freezes parameters of the layer it wraps, but allows the backpropagation to continue.
|
Modifier and Type | Class and Description |
---|---|
class |
LastTimeStepLayer
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).
|
class |
MaskZeroLayer
Masks timesteps with activation equal to the specified masking value, defaulting to 0.0.
|
Copyright © 2019. All rights reserved.