Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.layers.recurrent |
Modifier and Type | Class and Description |
---|---|
class |
GravesLSTM
LSTM recurrent net, based on Graves: Supervised Sequence Labelling with Recurrent Neural Networks
http://www.cs.toronto.edu/~graves/phd.pdf
|
class |
LSTM
LSTM recurrent net without peephole connections.
|
Modifier and Type | Method and Description |
---|---|
static LayerMemoryReport |
LSTMHelpers.getMemoryReport(AbstractLSTM lstmLayer,
InputType inputType) |
Copyright © 2017. All rights reserved.