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 classBaseRecurrentLayer.Builder<T extends BaseRecurrentLayer.Builder<T>>Subclasses of BaseRecurrentLayer.Builder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static classAbstractLSTM.Builder<T extends AbstractLSTM.Builder<T>>static classGravesBidirectionalLSTM.BuilderDeprecated.static classGravesLSTM.BuilderDeprecated.static classLSTM.BuilderConstructors 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 classSimpleRnn.Builder
-