Uses of Class
org.deeplearning4j.nn.conf.layers.BaseRecurrentLayer.Builder
-
Packages that use BaseRecurrentLayer.Builder Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.conf.layers.recurrent -
-
Uses of BaseRecurrentLayer.Builder in org.deeplearning4j.nn.conf.layers
Classes in org.deeplearning4j.nn.conf.layers with type parameters of type BaseRecurrentLayer.Builder Modifier and Type Class Description static class
BaseRecurrentLayer.Builder<T extends BaseRecurrentLayer.Builder<T>>
Subclasses of BaseRecurrentLayer.Builder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static class
AbstractLSTM.Builder<T extends AbstractLSTM.Builder<T>>
static class
GravesBidirectionalLSTM.Builder
Deprecated.static class
GravesLSTM.Builder
Deprecated.static class
LSTM.Builder
Constructors in org.deeplearning4j.nn.conf.layers with parameters of type BaseRecurrentLayer.Builder Constructor Description BaseRecurrentLayer(BaseRecurrentLayer.Builder builder)
-
Uses of BaseRecurrentLayer.Builder in org.deeplearning4j.nn.conf.layers.recurrent
Subclasses of BaseRecurrentLayer.Builder in org.deeplearning4j.nn.conf.layers.recurrent Modifier and Type Class Description static class
SimpleRnn.Builder
-