scalation.modeling.autograd.GRUCell
See theGRUCell companion class
The GRUCell object provides a factory method for creating instances of the GRUCell class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a new GRUCell instance.
Create a new GRUCell instance.
Value parameters
-
hiddenSize
-
number of hidden units
-
inputSize
-
number of input features
-
ops
-
implicit autograd operations
Attributes
-
Returns
-
a new instance of GRUCell