scalation.modeling.autograd.GRU
See theGRU companion class
The GRU object provides a factory method for creating instances of the GRU class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Factory method for creating a standard GRU instance.
Factory method for creating a standard GRU instance.
Value parameters
-
hiddenSize
-
number of features in the hidden state
-
inputSize
-
number of features in the input at each time step
-
numLayers
-
number of stacked GRU layers (default = 1)
Attributes
-
Returns
-
an instance of GRU