| 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 (or CNN1D) 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
Wrapper which masks timesteps with activation equal to the specified masking value (0.0 default).
|
Copyright © 2019. All rights reserved.