Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.layers.recurrent |
Modifier and Type | Class and Description |
---|---|
class |
GravesLSTM
Deprecated.
Will be eventually removed. Use
LSTM instead, which has similar prediction accuracy, but supports
CuDNN for faster network training on CUDA (Nvidia) GPUs |
class |
LSTM
LSTM recurrent net without peephole connections.
|
Modifier and Type | Method and Description |
---|---|
static LayerMemoryReport |
LSTMHelpers.getMemoryReport(AbstractLSTM lstmLayer,
InputType inputType) |
Copyright © 2018. All rights reserved.