Package | Description |
---|---|
org.deeplearning4j.nn.conf.graph.rnn |
Class and Description |
---|
LastTimeStepVertex
LastTimeStepVertex is used in the context of recurrent neural network activations, to go from 3d (time series)
activations to 2d activations, by extracting out the last time step of activations for each example.
This can be used for example in sequence to sequence architectures, and potentially for sequence classification. |
Copyright © 2017. All rights reserved.