GRUCell

scalation.modeling.autograd.GRUCell
See theGRUCell companion class
object GRUCell

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
GRUCell.type

Members list

Value members

Concrete methods

def apply(inputSize: Int, hiddenSize: Int)(using ops: AutogradOps): GRUCell

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