Package | Description |
---|---|
org.deeplearning4j.nn.layers.recurrent |
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 0 activation.
|
Copyright © 2018. All rights reserved.